#' Tsolum Streams
#'
#' Sample streamlines dataset for the Tsolum River near
#' Courtenay British Columbia. Used in a tutorial for the `wsep.t2`
#' (WSEP Tier II) R-package.
#'
#' @docType data
#'
#' @usage data(TsolumStreams)
#'
#' @format A streamlines data set of class `sf`.
#' \describe{
#' \item{LINEAR_FEATURE_ID}{A unique identifier for
#' each streamline segment}
#' \item{EDGE_TYPE}{Edge type codes from the BCFWA.
#' Useful for determining lentic or lotic habitat}
#' \item{STREAM_ORDER}{Strahler (1952) stream order
#' for each segment}
#' \item{GNIS_NAME}{Stream name}
#' }
#'
#' @keywords datasets
#'
#'
#' @examples
#' \donttest{
#' require(sf)
#' data(TsolumStreams)
#' head(TsolumStreams)
#' # Plot the streams with stream order
#' plot(TsolumStreams["STREAM_ORDER"])
#' }
"TsolumStreams"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.