remove_slp_transitions | R Documentation |
In calculating slope and elevation, it is convenient if the Slope object does not have the first row for each new OFE. This function will remove that first row.
remove_slp_transitions(slp)
slp |
A Slope object |
A modified Slope object with the first row of each new OFE removed.
plot.Slope
, expand_slp
, integrate_slp
slp <- read_slp(system.file("extdata", "071000090603_2.slp", package="WEPPR"))
remove_slp_transitions(slp)
remove_slp_transitions(data.frame(n = rep(1:3, times = c(3,4,5)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.