Calls spplot to plot the locations, centers, and
radii of an interval-valued spatial data frame in a single figure.
# S4 method for intsp,missing
plot(
x,
locationsOnly = FALSE,
legend.positions = c("left", "right"),
cuts = c(5, 5),
radSize = c(0.1, 3),
pch = 16,
alpha = 0.5,
...
)An object of class intsp.
If TRUE, simply plots geographic locations.
The positions of the center and radius legend relative to the plotting window.
The number of ranges of values to print in the center and radius legend respectively.
A vector of length 2 indicating the range of point sizes to plot to visualize radii magnitudes.
The shape of the points
(see plot).
The transparency of the points.
Additional arguments to spplot.