expand_slp | R Documentation |
This function will calculate the slope and elevation of a Slope object for specific distances
expand_slp(slp, distances = NULL, n = 1001)
slp |
A Slope object |
distances |
a numeric vector of distances |
n |
a positive integer indicating how many equally-spaced distances to
calculate. Ignored if |
a data.frame containing distance, slope, and elevation
plot.Slope
, integrate_slp
, remove_slp_transitions
slp <- read_slp(system.file("extdata", "071000090603_2.slp", package="WEPPR"))
expand_slp(slp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.