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

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



Copyright © Togaware Pty Ltd
Support further development through the purchase of the PDF version of the book.
The PDF version is a formatted comprehensive draft book (with over 800 pages).
Brought to you by Togaware. This page generated: Sunday, 22 August 2010