spsample-methods {sp}R Documentation

sampling point locations in (or on) a spatial object

Description

sampling point locations in (or on) a spatial object

Methods

x = "Spatial"
sample in the bbox of x
x = "Sline"
sample on a line
x = "Sring"
sample in an Sring
x = "Srings"
sample in an Srings object, consisting of possibly multiple Sring objects (and holes!)
x = "SpatialRings"
sample in an SpatialRings object; sampling takes place over all Srings objects present, use subsetting to vary sampling intensity (density)
x = "SpatialGrid"
sample in an SpatialGrid object
x = "SpatialPixels"
sample in an SpatialPixels object

See Also

spsample


[Package sp version 0.7-7 Index]