read_slp | R Documentation |
Reads a Water Erosion Prediction Project (WEPP) slope (*.slp) file. This file contains slope information assumed to be in nondimensional distances.
read_slp(file)
file |
A path to the file. |
A Slope
object with two classes - data.frame
and Slope
The data frame class has the attributes version control number,
aspect of the profile (degrees from North) (azm), and
representative profile width(m) fwidth, and the
following columns:
overland flow element (OFE) #
proportion of the total distance for this OFE
vertical distance lost (m) per meter traveled
proportion (p) times total distance (m)
fpath_slp <- system.file("extdata", "071000090603_2.slp", package="WEPPR")
slp <- read_slp(fpath_slp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.