[R] plot titles and labels XXXX

2011-10-06 Thread Dan Abner
Hi everyone,

Is it possible to to specify titles and axis labels on 2 separate lines when
using the plot fn? What about tick mark labels?

Example of main title:

 Figure 1: Side-by-side Boxplots
of Y by X

instead of

Figure 1: Side-by-side Boxplots of Y by X

[[alternative HTML version deleted]]

__
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] plot titles and labels XXXX

2011-10-06 Thread David Winsemius


On Oct 6, 2011, at 2:51 PM, Dan Abner wrote:


Hi everyone,

Is it possible to to specify titles and axis labels on 2 separate  
lines when

using the plot fn? What about tick mark labels?

Example of main title:



?Quotes

try:

title(main=Figure 1: Side-by-side Boxplots\n   of Y by X)




instead of

Figure 1: Side-by-side Boxplots of Y by X

[[alternative HTML version deleted]]

You should learn to post in plain text.

--

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.