sspm_discrete_boundary-class {sspm} | R Documentation |
sspm discrete boundary structure
Description
One of the first steps in the sspm
workflow is to create one or more
object(s) of class sspm_boundary
from an sf
object.
Slots
boundaries
[sf] Spatial boundaries (polygons).
boundary
[character] The column of
data
that represents the spatial boundaries.boundary_area
[character] The column of
data
that represents the area of spatial boundaries.method
[discretization_method] (if discrete) discretization method used.
patches
[sf] (if discrete) Patches resulting from discretization.
points
[sf or NULL] (if discrete) Sample points used for discretization.
patches_area
[character] The column of
data
that represents the area of patches.
[Package sspm version 1.0.3 Index]