Description Details Value Author(s) See Also Examples
Each different class of object in this package has a plot
method associated with it that is based on R's graphics::plot
generic. These all have the same form for the first signature
arguments as shown below, but many have different arguments beyond
those normmaly found in plot
to add some flexibility to the
rendering of each object. These are all given in
plot-methods
.
The different classes within the package are unique enough
that there is not much functionality in common with regard to shared
arguments. Two notable exceptions are that often the individual plot
methods for a given object do not show axes and assume that a new plot
is desired. Two common arguments that can be used to override these
assumptions are axes=TRUE
and add=TRUE
. An example is
shown below.
The methods do not, in general, return any values.
Jeffrey H. Gove
plot-methods
, graphics::plot
,
raster::plot
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.