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.

Image 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()



Copyright © 2004-2005
Brought to you by Togaware.