plot-intsp-missing-method function

Create an interval plot for spatial points.

Create an interval plot for spatial points.

Calls spplot to plot the locations, centers, and radii of an interval-valued spatial data frame in a single figure.

## S4 method for signature '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, ... )

Arguments

  • x: An object of class intsp.
  • locationsOnly: If TRUE, simply plots geographic locations.
  • legend.positions: The positions of the center and radius legend relative to the plotting window.
  • cuts: The number of ranges of values to print in the center and radius legend respectively.
  • radSize: A vector of length 2 indicating the range of point sizes to plot to visualize radii magnitudes.
  • pch: The shape of the points (see plot).
  • alpha: The transparency of the points.
  • ...: Additional arguments to spplot.
  • Maintainer: Brennan Bean
  • License: MIT + file LICENSE
  • Last published: 2020-02-07

Useful links