[R-sig-eco] graph

2012-04-05 Thread Mahnaz Rabbaniha
Hi dear all who changed the format( size,font,,,) of graph text in r thanks -- Mahnaz [[alternative HTML version deleted]] ___ R-sig-ecology mailing list R-sig-ecology@r-project.org https://stat.ethz.ch/mailman/listinfo/r-sig-ecology

Re: [R-sig-eco] graph

2012-04-05 Thread Sarah Goslee
Nobody? Can you provide a reproducible example of what you mean? I don't understand what you're trying to describe. Also, this might be better answered on the main R-help list. Sarah On Thu, Apr 5, 2012 at 8:56 AM, Mahnaz Rabbaniha rab.mah...@gmail.com wrote: Hi dear all who changed the

Re: [R-sig-eco] graph

2012-04-05 Thread Sarah Goslee
Ah, how to change that. You'll need to read: ?par and specifically look at the cex options, lty, and col. Do note that methods derived from plot may not accept all of the par options, though. To get full control of customization, you may need to use plot() instead of plot.PCA(). Sarah On Thu,