plot-intsp-missing-method: Create an interval plot for spatial points.

Description Usage Arguments

Description

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

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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.


intkrige documentation built on Feb. 8, 2020, 1:06 a.m.