Description Usage Arguments Value
Fit a grid of SDMs
1 2 3 |
data_args |
A list of (sf) data frames. |
predictor_args |
A list of RasterStacks with predictors. |
sample_args |
A list of arguments for sampling background points. |
resample_args |
A list of arguments for creating train/test splits. |
fit_args |
A list of arguments for fitting the models. |
predict_args |
A list of arguments for predicting the models. |
score_args |
A list of arguments for scoring the models. |
n_cores |
Default is NULL. Can be number of cores to use for parallel processing. |
keep_cols |
Default is NULL. Can be character vector to indicate which columns of model data frame to select. |
A data frame with resamples, model fits, predictions and scores.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.