SamplingPattern-class {spcosa} | R Documentation |
Class "SamplingPattern"
Description
A class for storing a sampling pattern.
Objects from the Class
Objects can be created by calls of the form new("SamplingPattern", ...)
. However, objects are usually created by calling spsample
.
Slots
sample
:Object of class
"SpatialPoints"
, containing the sampling locations.
Methods
- coerce
signature(from = "SamplingPattern", to = "data.frame")
: coerces to"data.frame"
.- coerce
signature(from = "SamplingPattern", to = "SpatialPoints")
: coerces to"SpatialPoints"
.- getSampleSize
signature(object = "SamplingPattern")
: returns the sample size.- plot
signature(x = "CompactStratification", y = "SamplingPattern")
: plots sampling patterny
on top of stratificationx
.- plot
signature(x = "SamplingPattern", y = "missing")
: plots sampling patternx
.- show
signature(object = "SamplingPattern")
: printsobject
on the output device.
Author(s)
Dennis J. J. Walvoort dennis.walvoort@wur.nl, D.J. Brus, J.J. de Gruijter