powered by
Start an empty plot
pstart(xscale = 30, expand=1.2)
Arbitray scale for plot
factor to expand the plotting region, default=1.2
Graphical Side effects
Creates a plotting region with no drawing. Default region is defined by: xlim= c(-expand*xscale, expand*xscale) and ylim= c(-expand*xscale, expand*xscale).
# NOT RUN { pstart() axis(1) axis(2) # }
Run the code above in your browser using DataLab