SpiusRoads: Spius Roads

SpiusRoadsR Documentation

Spius Roads

Description

Sample road lines dataset for the Spius River watershed. Used in a tutorial for the wsep.t2 (WSEP Tier II) R-package.

Usage

data(SpiusRoads)

Format

A road lines data set of class sf.

TRANSPORT_LINE_ID

A unique identifier for each road line segment

Examples


require(sf)
data(SpiusRoads)
head(SpiusRoads)
# Plot the streams with stream order
plot(st_geometry(SpiusRoads))


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