Togaware DATA MINING
Desktop Survival Guide
by Graham Williams
Google

Plotting Region

The xpd specifies whether anything plotted outside the plotting region should be displayed (default is FALSE).

par("usr")                 # Returns coordinates of plot region. 
par(usr=c(0,600,0,800))    # Set the plot region. 
par(xpd=TRUE)		   # Do not clip to the plot region.



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.