calculate_cum_dist | R Documentation |
Calculate cumulative distance across groups used for linearizing the soil file
calculate_cum_dist(layer, distance)
layer |
the layer column in sol object |
distance |
the distance column in sol object |
a numeric vector containing cumulative distance
plot.Soil
calculate_cum_dist(sol$layer, sol$distance)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.