Region-class | R Documentation |
Class "Region"
is an S4 class containing descriptions of the
study area. Uses an object of class
region.name
Object of class "character"
; giving the
name of the region.
strata.name
Object of class "character"
; character
vector giving the names of the strata.
units
Object of class "character"
; character describing
the coordinate units ("km" or "m")
area
Object of class "numeric"
; the area of the survey
region
region
Object of class "sf"
defining the survey region
Objects can be created by calls of the form
make.region(region.name = "region.name", shapefile = region.shapefile)
get.area
signature(obj = "Region")
: retrieves the area
element
plot
signature(x = "Region", y = "missing")
: plots
the survey region defined by the object.
make.region
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.