View source: R/TransSummarySF.R
TransSummarySF | R Documentation |
TransSummarySF will provide the overall design transect spatial characteristics for analysis
TransSummarySF(
transect.file,
transect.layer,
strata.file,
trans.id = "OBJECTID",
strata.id = "STRATNAME",
current = "Transect"
)
transect.file |
The path to the design stratification file |
transect.layer |
The name of the design transect layer in the geopackage |
strata.file |
The path to the analysis stratification layer |
trans.id |
The identifier of the correct transect numbering |
strata.id |
The identifier of the stratification layer |
current |
The identifier of the current navigational transect |
TransSummarySF will compute sampled lengths (in km) and areas of each transect (in km^2) in a design transect file
data frame summary of sampled transects
Charles Frost, charles_frost@fws.gov
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.