calculate_total_distance | R Documentation |
By default, Slope objects include only the distance for each OFE rather than the total distance in the hillslope. This function calculates the total distance.
calculate_total_distance(slp)
slp |
A slope object |
A numeric vector of total distances
calculate_total_distance
, integrate_slp
, expand_slp
, remove_slp_transitions
slp <- read_slp(system.file("extdata", "071000090603_2.slp", package="WEPPR"))
calculate_total_distance(slp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.