Displaying 1 result from an estimated 1 matches for "lnlifespan".
Did you mean:
lifespan
2007 Aug 08
1
Changing font in boxplots
...new to R and this might be a simple question but I have looked
everywhere you suggest before writing to you.
I am trying to change font type from san-serif to a serif (Times New
Romans) on all labels and axis of my boxplot. I have used this function in
other plots before, e.g.:
plot(residuals~lnlifespan, data=mydata, pch=psymb, font=6, xlab="ln
reproductive lifespan", ylab="residuals ln mass", font.lab=6, cex=1.5,
cex.axis=1.5, cex.lab=1.5)
and found that font.lab or font.axis=6 gives Times font. However, when I
try for boxplot:
boxplot(mass ~ family, data=mydata, ylab=&qu...