SpiusRoads | R Documentation |
Sample road lines dataset for the Spius River watershed.
Used in a tutorial for the wsep.t2
(WSEP Tier II) R-package.
data(SpiusRoads)
A road lines data set of class sf
.
A unique identifier for each road line segment
require(sf) data(SpiusRoads) head(SpiusRoads) # Plot the streams with stream order plot(st_geometry(SpiusRoads))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.