SpiusStreams: Spius Streams

SpiusStreamsR Documentation

Spius Streams

Description

Sample streamlines dataset for the Spius River in British Columbia. Used in a tutorial for the wsep.t2 (WSEP Tier II) R-package.

Usage

data(SpiusStreams)

Format

A streamlines data set of class sf.

LINEAR_FEATURE_ID

A unique identifier for each streamline segment

EDGE_TYPE

Edge type codes from the BCFWA. Useful for determining lentic or lotic habitat

STREAM_ORDER

Strahler (1952) stream order for each segment

GNIS_NAME

Stream name

Examples


require(sf)
data(SpiusStreams)
head(SpiusStreams)
# Plot the streams with stream order
plot(SpiusStreams["STREAM_ORD"])


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