| Region-class {dssd} | R Documentation |
Class "Region"
Description
Class "Region" is an S4 class containing descriptions of the
study area. Uses an object of class
Slots
region.nameObject of class
"character"; giving the name of the region.strata.nameObject of class
"character"; character vector giving the names of the strata.unitsObject of class
"character"; character describing the coordinate units ("km" or "m")areaObject of class
"numeric"; the area of the survey regionregionObject of class
"sf"defining the survey region
Objects from the Class
Objects can be created by calls of the form
make.region(region.name = "region.name", shapefile = region.shapefile)
Methods
get.areasignature(obj = "Region"): retrieves the area elementplotsignature(x = "Region", y = "missing"): plots the survey region defined by the object.
See Also
[Package dssd version 1.0.2 Index]