loadEvals | R Documentation |
This is a helper function that loads multiple evaluation files and compiles them into a single data frame. The data frame is then sorted by the order of the algorithms in the argument algo
.
loadEvals( evalDir, algos = c("omniscient", "bioclim", "brt", "gam", "glm", "maxent", "rf"), save = TRUE, redo = FALSE, verbose = TRUE )
evalDir |
Character, name of the scenario directory containing evaluation files. |
algos |
Character, name of algorithm(s) for which to collate evaluation files. Examples: |
save |
Logical, if |
redo |
Logical, if |
verbose |
Logical, if |
Data frame.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.