StratumArea | R Documentation |
This function calculated the area of each stratum.
StratumArea(StratumPolygon, AreaMethod = c("Accurate", "Simple"))
StratumPolygon |
The |
AreaMethod |
The method to use for the area calculation, defaulted to "Accurate", which applied a Lambert azimuthal equal area projection. |
The area output is given in international square nautical miles.
The AreaMethod
"Accurate" calculates each stratum are using the function st_area
with the stratum transformed to Cartesian coordinates using the WGS84 Lambert Azimuthal Equal Area projection with origin at the centroid of the stratum as calculated from the geographical coordinates (longitude, latitude).
The AreaMethod
"Simple" is used in StoX 2.7 and earlier versions and kept for backwards compatibility.
An object of StoX data type StratumAreaData
.
DefineStratumPolygon
for the StratumPolygon
input to the function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.