strm_grts: Stream GRTS Sample

View source: R/strm_grts.R

strm_grtsR Documentation

Stream GRTS Sample

Description

Generate a GRTS sample from stream segments.

Usage

strm_grts(n = 20, strm = NA, stream_order = "STREAM_ORDER")

Arguments

n

Sample size n for each stratum. Defaults to 20.

strm

A streamline data set of class sf from the BCFWA. Run utm_projection() first to ensure projection is in meters.

stream_order

String. Column name for stream order. Defaults to STREAM_ORDER. Rename as needed.

Details

Generate a GRTS sample from stream segments. Part of Component 3 – Riparian. Site Type C. GRTS Generalized Random Tesselation Stratified sampling is achieved using the grts function in the spsurvey package.

  • Generate a GRTS sample from the stream segments for each of the two strata (<3rd order vs. ≥ 3rd order.

  • Create a field checklist with at least the key fields

Value

A object of class sf of sample features.


essatech/wsep.t2 documentation built on Sept. 3, 2022, 5:56 a.m.