Slope | R Documentation |
The slope class constructor appends the Slope class to the slope data frame. The constructor validates the slope data frame, and the slope class provides functionality to plot the elevation and slope plot, and to interpolate the slope data
new_Slope(slp = data.frame())
slp |
A slope data frame |
Slope object with class Slope
and data.frame
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.