SamplingPatternPriorPoints-class {spcosa} | R Documentation |
Class "SamplingPatternPriorPoints"
Description
A class for storing a sampling pattern consisting of existing points and new points. The new points are the centers of gravity of their stratum.
Objects from the Class
Objects can be created by calls of the form new("SamplingPatternPriorPoints", ...)
. However, objects are usually created by calling spsample
.
Slots
isPriorPoint
:Object of class
"logical"
, which isTRUE
is the location is a prior point, andFALSE
if it is not.sample
:Object of class
"SpatialPoints"
, containing the sampling locations
Extends
Class "SamplingPatternPurposive"
, directly.
Class "SamplingPattern"
, by class "SamplingPatternPurposive", distance 2.
Methods
- plot
signature(x = "CompactStratification", y = "SamplingPatternPriorPoints")
: plots sampling patterny
on top of stratificationx
.- plot
signature(x = "SamplingPatternPriorPoints", y = "missing")
: plots sampling patternx
.
Author(s)
Dennis J. J. Walvoort dennis.walvoort@wur.nl, D.J. Brus, J.J. de Gruijter