SamplingPatternCentroids-class {spcosa} | R Documentation |
Class "SamplingPatternCentroids"
Description
A class for storing a sampling pattern, where the sampling locations are the centers of gravity of each stratum.
Objects from the Class
Objects can be created by calls of the form new("SamplingPatternCentroids", ...)
. However, objects are usually created by calling spsample
.
Slots
sample
:Object of class
"SpatialPoints"
, containing the sampling locations
Extends
Class "SamplingPatternPurposive"
, directly.
Class "SamplingPattern"
, by class "SamplingPatternPurposive", distance 2.
Methods
No methods defined with class "SamplingPatternCentroids" in the signature.
Author(s)
Dennis J. J. Walvoort dennis.walvoort@wur.nl, D.J. Brus, J.J. de Gruijter
[Package spcosa version 0.4-2 Index]