On Oct 5, 2009, at 12:47 PM, Henrique Dallazuanna wrote:

See family argument in ?par:

par(family = 'serif')
boxplot(rnorm(100), main = 'Title of Boxplot')

On Mon, Oct 5, 2009 at 11:48 AM, kayj <kjaj...@yahoo.com> wrote:

Hi All,

I was wondering if if it is possible to change the font style and the font
size for x labels, y labels and the main title for a box plot?

And while you are at that help page for par don't forget to read this set of parameters:

cex.axis:
The magnification to be used for axis annotation relative to the current setting of cex.
cex.lab:
The magnification to be used for x and y labels relative to the current setting of cex.
cex.main:
The magnification to be used for main titles relative to the current setting of cex.
cex.sub:
The magnification to be used for sub-titles relative to the current setting of cex.

--
Henrique Dallazuanna
Curitiba-Paraná-Brasil
25° 25' 40" S 49° 16' 22" O

___________________________________________


David Winsemius, MD
Heritage Laboratories
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.

Reply via email to