This function calculated the area of each stratum.
StratumArea(StratumPolygon, AreaMethod = c("Accurate", "Simple"))
The StratumPolygon
process data.
The method to use for the area calculation, defaulted to "Accurate", which applied a Lambert azimuthal equal area projection.
An object of StoX data type StratumAreaData
.
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.
DefineStratumPolygon
for the StratumPolygon
input to the function.