View source: R/sample_frame_summary.R
sample_frame_summary | R Documentation |
Produce a summary table of the sampling frame.
sample_frame_summary( strm = NA, constrained_strm = NA, roads = NA, stream_order = "STREAM_ORDER", summary_type = "stream_lengths" )
strm |
A streamline data set of class |
constrained_strm |
A the constrained streamline data set of class |
roads |
A road network data set of class |
stream_order |
String. Column name for stream order. Defaults to |
summary_type |
String. Which summary table should be produced? Options include |
It can be convenient to produce a summary table of the entire sampling frame by strata. This function summarizes the total length of streams by strata and the total count of stream crossings by strata.
A summary table according to the summary_type
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.