Runs classification_robustness on each pedon in a
list and returns a tidy data.frame with one row per pedon. Useful
for paper-grade claims like "85
to a 5
Arguments
- pedons
List of
PedonRecordobjects.- ...
Passed to
classification_robustness.
Examples
if (FALSE) { # \dontrun{
pedons <- list(make_ferralsol_canonical(),
make_luvisol_canonical(),
make_chernozem_canonical())
batch_robustness(pedons, system = "wrb2022", n = 50)
#> id baseline robustness n_flipped
#> 1 FR-canon-01 Ferralsols 0.96 2
#> 2 LV-canon-01 Luvisols 1.00 0
#> 3 CH-canon-01 Chernozems 0.94 3
} # }
