Re: [R] How to change font size in plot() function

2010-09-08 Thread Peng, C

try:

?title
-- 
View this message in context: 
http://r.789695.n4.nabble.com/How-to-change-font-size-in-plot-function-tp2531127p2531161.html
Sent from the R help mailing list archive at Nabble.com.

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] How to change font size in plot() function

2010-09-08 Thread David Winsemius

That is one method, but he should also review:

?par

where he will discover that cex.main is a parameter that could be used  
from within the plot function.



FMH had written, by Peng, C had failed to include context:


Could someone please advice me the way to change the size of the  
title and x and
y-label in plot() function. I've tried to use 'font' and  
'font.main' call in

plot() function, but it didn't make any changes in terms of the size.


On Sep 8, 2010, at 7:46 AM, Peng, C wrote:



try:

?title
--
View this message in context: 
http://r.789695.n4.nabble.com/How-to-change-font-size-in-plot-function-tp2531127p2531161.html
Sent from the R help mailing list archive at Nabble.com.


David Winsemius, MD
West Hartford, CT

__
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.