DATA MINING
Desktop Survival Guide by Graham Williams |
|||||
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. |