plot
method for objects produced by
evenSample
. Draws a histogram of the number of samples
per gradient segment.
# S3 method for 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, ...)
A plot is draw is drawn on the currently active device.
an object of class "evenSample"
, resulting from a call
to evenSample
logical; should the histogram of counts be added to an existing plot?
numeric; user-specified axis limits. If not suplied suitable defaults are used
colours for the fill and border of the histogram bars respectively.
the line type with which to draw the histogram bars
character strings used to label the plot
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.
logical; should plot axes be drawn?
additional arguments passed to/from other methods.
Gavin L. Simpson
evenSample
for the function used to create objects used
by this plot method.