SpiusStreams | R Documentation |
Sample streamlines dataset for the Spius River in
British Columbia. Used in a tutorial for the wsep.t2
(WSEP Tier II) R-package.
data(SpiusStreams)
A streamlines data set of class sf
.
A unique identifier for each streamline segment
Edge type codes from the BCFWA. Useful for determining lentic or lotic habitat
Strahler (1952) stream order for each segment
Stream name
require(sf) data(SpiusStreams) head(SpiusStreams) # Plot the streams with stream order plot(SpiusStreams["STREAM_ORD"])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.