StratumArea: Stratum Area

Description Usage Arguments Details Value See Also Examples

View source: R/ModelData.R

Description

The StratumArea function calculates the area of all the strata in the chosen geographical strata system

Usage

1

Arguments

parameterName

Parameter descrption.

Details

The StratumArea function calculates the area of all the strata in the chosen strata system as square nautical miles. The function uses the existing strata boundary definitions of the project (WKT multi polygon data) as input to the area calculations.

The AreaMethod parameter is used to choose which area calculation method to use. The methods are:

Accurate

This is the recommended method since it gives the most accurate area calculation. The calculation method used is Lambert azimuthal equal area projection. The methods accuracy is dependent on a reference point close to the area which is to be calculated. The midpoint of the stratum is calculated and used as reference point.

Simple

This method is deprecated as it is inaccurate and does not handle strata with holes. It has only been made available to facilitate backward compatibility to projects generated in previous versions of StoX.

Value

A data.table is returned with awesome stuff.

See Also

roxygenize is used to generate the documentation.

Examples

1
x <- 1

StoXProject/RstoxTempDoc documentation built on Dec. 31, 2019, 1:50 p.m.