GetStrata.fn | R Documentation |
Get Default Strata
GetStrata.fn(area = "coast")
area |
A single character value of the area or areas you want to
predict to. Multiple areas must be separated with an underscore, e.g.,
|
Get a data frame of strata for design-based estimates and survey
composition data. Several strata are available for different default areas,
as well as combinations using "_"
in the argument area
.
A data frame with six columns,
name,
area,
Depth_m.1 (m; the shallow depth border),
Depth_m.2 (m; the deep depth border),
Latitude_dd.1 (decimal degrees; southern border), and
Latitude_dd.2 (decimal degrees; northern border).
Chantel Wetzel and Kelli Faye Johnson
This function uses CreateStrataDF.fn
to generate the strata returned by this function. Also, see
convert_strata4vast function in the VASTWestCoast package that converts results
from this function to strata that can be used within the VAST package.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.