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