Fitting large titles in a plot
Try This:
plot(A,main=paste("This is my really long title and","\n","it's so long that
I can see
just about half of it.", sep = " "))
-- Bert Gunter
Genentech
Try This:
plot(A,main=paste("This is my really long title and","\n","it's so long that
I can see
just about half of it.", sep = " "))
-- Bert Gunter
Genentech