This function exports various types of Glossa model results, including native range predictions, suitable habitat predictions, model data, variable importance, functional response results, and presence/absence probability cutoffs. It generates raster files for prediction results, CSV files for model data and variable importance, and CSV files for functional response results. Additionally, it creates a CSV file for presence/absence probability cutoffs if provided.
glossa_export(
species = NULL,
models = NULL,
layer_results = NULL,
fields = NULL,
model_data = FALSE,
model_summary = FALSE,
fr = FALSE,
prob_cut = FALSE,
varimp = FALSE,
cross_val = FALSE,
layer_format = "tif",
projections_results = NULL,
presence_absence_list = NULL,
other_results = NULL,
pa_cutoff = NULL
)
A character vector of file paths for the exported files or directories.
A character vector specifying the species names.
A character vector specifying the types of models to export results for.
A list containing layer results for native range and suitable habitat predictions.
A character vector specifying the fields to include in the exported results.
Logical, indicating whether to export model data.
Logical, indicating whether to export functional response results.
Logical, indicating whether to export presence/absence probability cutoffs.
Logical, indicating whether to export variable importance.
Logical, indicating whether to export cross-validation metrics.
A character vector specifying the format of the exported raster files.
A list containing projections results.
A list containing presence/absence lists.
A list containing other types of results (e.g., variable importance, functional responses, cross-validation).
A list containing presence/absence probability cutoffs.