Togaware DATA MINING
Desktop Survival Guide
by Graham Williams
Google

Multi-Line Title

R does not support multi-line expressions but you can get the same effect by adding them separately through calls to title.

[width=0.8]rplot-titles


pdf("graphics/rplot-titles.pdf")
  plot(1:10)
  title("Golden Section", line=3)
  title(expression(fn:(phi^2-phi-1)), line=2)
dev.off()

http://rattle.togaware.com/code/rplot-titles.R



Copyright © 2004-2006 Graham.Williams@togaware.com
Support further development through the purchase of the PDF version of the book.
Brought to you by Togaware.