plot.evenSample | R Documentation |
plot
method for objects produced by
evenSample
. Draws a histogram of the number of samples
per gradient segment.
## S3 method for class 'evenSample'
plot(x, add = FALSE, xlim = NULL, ylim = NULL, col = "grey",
border = "grey", lty = NULL, ylab, xlab, main = NULL, sub = NULL,
ann = TRUE, axes = TRUE, ...)
x |
an object of class |
add |
logical; should the histogram of counts be added to an existing plot? |
xlim , ylim |
numeric; user-specified axis limits. If not suplied suitable defaults are used |
col , border |
colours for the fill and border of the histogram bars respectively. |
lty |
the line type with which to draw the histogram bars |
ylab , xlab , main , sub |
character strings used to label the plot |
ann |
logical; should the default annotations be added to the plot. This relates to the plot main and sub titles and the x and y axis labels. |
axes |
logical; should plot axes be drawn? |
... |
additional arguments passed to/from other methods. |
A plot is draw is drawn on the currently active device.
Gavin L. Simpson
evenSample
for the function used to create objects used
by this plot method.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.