Plot grid objects
Passed to plotting functions for features: graphics::points()
for point and multipoint geometries, graphics::lines()
for linestring
and multilinestring geometries, and graphics::polypath()
for polygon
and multipolygon geometries.
A raster or nativeRaster to pass to graphics::rasterImage()
.
use NULL
to do a quick-and-dirty rescale of the data such that the low
value is black and the high value is white.
Use TRUE
to perform interpolation between color values.
A scale on the number of pixels on the device to use for
sampling estimation of large raster values. Use Inf
to disable.
Color to use for polygon borders. Use NULL
for the default
and NA
to skip plotting borders.
Passed to graphics::plot()
The limits of the plot as a rct()
or compatible object
Should a new plot be created, or should handleable
be added to the
existing plot?
x
, invisibly.