Class for spatial attributes that have spatial point locations and survey design information
# S4 method for SpatialDesign
summary(object, ..., auxvar = NULL, spframe = NULL,
tess_ind = TRUE, sbc_ind = FALSE, nrows = 5, dxdy = TRUE)
# S3 method for SpatialDesign
summary(object, ..., auxvar = NULL, spframe = NULL,
tess_ind = TRUE, sbc_ind = FALSE, nrows = 5, dxdy = TRUE)
# S4 method for SpatialDesign,missing
plot(x, y, ..., spframe = NULL,
stratum = NULL, mdcaty = NULL, auxvar = NULL, pdffile = NULL, width = 8,
height = 10)
# S3 method for SpatialDesign
plot(x, y, ..., spframe = NULL, stratum = NULL,
mdcaty = NULL, auxvar = NULL, pdffile = NULL, width = 8, height = 10)
SpatialDesign
object
missing - this argument is not used
arguments passed through
a vector containing the names of columns in the data slot of the
SpatialDesign
object that identify auxiliary variables to be used to
summarize the survey design or create plots of the survey design. The
default is NULL.
an sp package object of class SpatialPointsDataFrame
,
SpatialLinesDataFrame
, or SpatialPolygonsDataFrame
that
contains the survey design frame. The default is NULL.
a logical variable indicating whether spatial balance metrics are calculated using proportions obtained from the intersection of Dirichlet tesselation polygons for the sample points with the frame object. TRUE means calculate the metrics. FALSE means do not calculate the metrics. The default is TRUE
a logical variable indicating whether spatial balance metrics are calculated using proportions obtained from a rectangular grid superimposed on the sample points and the frame. TRUE means calculate the metrics. FALSE means do not calculate the metrics. The default is FALSE.
number of rows (and columns) for the grid of cells. The default is 5.
indicator for equal x-coordinate and y-coordinate grid cell increments, where TRUE means the increments are equal and FALSE means the increments are not equal. The default is TRUE.
name of the column from the data slot of the spframe object that identifies stratum membership for each element in the frame. If stratum equals NULL, the design is unstratified, and a column named "stratum" (with all its elements equal to the stratum name specified in design) is added to the data slot of the spframe object. The default is NULL.
name of the column from the data slot of the spframe object that identifies the unequal probability category for each element in the frame. The default is NULL.
a character variable containing the name of the pdf file to which output is written. If a value is not provided, output is written to the graphics window. The default is NULL.
width of the graphic region in inches. The default is 8.
height of the graphic region in inches. The default is 10.
design
:Object of class list containing specifications for the survey design.
data
:Object of class data.frame containing the attribute data.
coords.nrs
:Numeric object that records the column positions
in data
from which the coordinates were obtained.
coords
:Object of class matrix containing the coordinates matrix, where points are rows in the matrix.
bbox
:Object of class matrix containing the bounding box.
proj4string
:Object of class CRS containing the projection string.
Class "SpatialPointsDataFrame"
, directly.
Class "SpatialPoints"
, by class "SpatialPointsDataFrame"
.
Class "Spatial"
, by class "SpatialPoints"
.