| plot,intsp,missing-method {intkrige} | R Documentation | 
Create an interval plot for spatial points.
Description
Calls spplot to plot the locations, centers, and
radii of an interval-valued spatial data frame in a single figure.
Usage
## 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   | 
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   | 
alpha | 
 The transparency of the points.  | 
... | 
 Additional arguments to   | 
[Package intkrige version 1.0.1 Index]