First generate your plot axis etc by calling plot() with type="n" (for no
points) and then add the points with points(..., type="b",
cex=as.you.desire). Both calls should be given all the data.
At Thursday 09:02 AM 1/20/2005, asanquer@virbac.fr wrote:
Hi,
Sorry if my problem is not very complex, but I don't find the way to solve
it.
I made a simple plot:
plot(Temp$Time,Temp$Group1,type="b", xlim=c(0,42), ylim=c(0,35), xlab="Time
(days)",ylab="Score", lty=1, lwd=4, pch=0)
(Embedded image moved to file: pic11478.jpg)
And I would like to increase the size of my symbol. But if I use the cex
option (cex=2), the ylabel disappears of the screen.
(Embedded image moved to file: pic29358.jpg)
How can I increase the size of my symbols separately from the size of the
text ? Or how can I forced my ylabel to be in the graph?
Thanks for your reply
Annaële
--------------------------------------------------------------------
This message was distributed by s-news@lists.biostat.wustl.edu. To
unsubscribe send e-mail to s-news-request@lists.biostat.wustl.edu with
the BODY of the message: unsubscribe s-news
|