Skip to content
Prev 131470 / 398502 Next

Fitting large titles in a plot

try this:


plot(0, main=paste(strwrap("This is my really long title and it's so
long that I can see just about half of it.", width=50),
collapse="\n"))
On Dec 6, 2007 7:16 AM, Svempa <fempa at yahoo.com> wrote: