Java Mailing List Archive

http://www.r-help.com/

Home » Home (12/2007) » R Help for Statistical Computing »

Re: [R] Question about 'text'

John Wilkinson (pipex)

2005-07-24

Replies:

Dan,

Another tweak !

If you want the 'legend' to look pretty you can resize it by adding,say,

'cex=0.6' into the legend code; try---

legend("topleft", #inset=-1,
   legend = do.call("expression", L),
   bg='white',
   ncol = 2,
   pch=c('','','',':',':',':'),
   x.intersp = 0.4,
   title="Yay! Thank You!",
 cex=0.6
   )


John

______________________________________________
R-help@(protected)
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
©2008 r-help.com - Jax Systems, LLC, U.S.A.