Plot method for the trigrid, hexagrid or facelayer classes
This function will invoke the plot
method of the SpatialPolygons
class.
The function passes arguments to the plot method of the SpatialPolygons
class. In case a heatmap is plotted and the plotting device gets resized,
some misalignments can happen. If you want to use a differently sized window, use x11
to set the height and width before running the function.
plot ## S4 method for signature 'trigrid,ANY' plot(x, projargs = NULL, ...) ## S4 method for signature 'facelayer,ANY' plot( x, projargs = NULL, col = "heat", border = NA, alpha = NULL, frame = FALSE, legend = TRUE, breaks = NULL, inclusive = TRUE, discrete = FALSE, ... )
x |
|
projargs |
( |
... |
Arguments passed to the |
col |
( |
border |
( |
alpha |
( |
frame |
( |
legend |
( |
breaks |
( |
inclusive |
( |
discrete |
( |
An object of class standardGeneric
of length 1.
The function has no return value.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.