removal_global | R Documentation |
result of the removal experiment
removal_global
removal_slopes
is a data frame with 10,020 observations, each
line corresponding to one matrix subjected to one steepness algorithm
multiple times (after removals)
removal_global
is a data frame with 121,557 observations, each
line corresponding to one matrix at a specific removal step and
steepness algorithm
data(removal_global) xdata <- removal_global[removal_global$data_set == "alados1992_dom_6" & removal_global$method == "ds_pij", ] xdata coef(lm(steep_val ~ prunk, data = xdata))[2] removal_slopes$slope_prunk[removal_slopes$data_set == "alados1992_dom_6" & removal_slopes$method == "ds_pij"] removal_global[removal_global$data_set == "alados1992_dom_5" & removal_global$step == "step04", ]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.