TransSummarySF: Summarize design transects for analysis using sf package

View source: R/TransSummarySF.R

TransSummarySFR Documentation

Summarize design transects for analysis using sf package

Description

TransSummarySF will provide the overall design transect spatial characteristics for analysis

Usage

TransSummarySF(
  transect.file,
  transect.layer,
  strata.file,
  trans.id = "OBJECTID",
  strata.id = "STRATNAME",
  current = "Transect"
)

Arguments

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

Details

TransSummarySF will compute sampled lengths (in km) and areas of each transect (in km^2) in a design transect file

Value

data frame summary of sampled transects

Author(s)

Charles Frost, charles_frost@fws.gov

References

https://github.com/USFWS/AKaerial


USFWS/AKaerial documentation built on April 3, 2025, 4:06 p.m.