Title: | All-in-on Model Based Custom Predictions for Alberta |
---|---|
Description: | Decision support tool that provides an interface to enable custom predictions based on estimates created by the Alberta Biodiversity Monitoring Institute (ABMI) in collaboration with the Boreal Avian Modelling (BAM) Project. |
Authors: | Peter Solymos [cre, aut], Brandon Allen [aut], Ermias T. Azeria [aut], ABMI [cph], BAM [cph] |
Maintainer: | Peter Solymos <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.0-1 |
Built: | 2024-10-30 02:59:32 UTC |
Source: | https://github.com/ABbiodiversity/allinone |
Download, load, unload coefficients.
ai_dowload_coefs(dir = NULL, ...) ai_load_coefs(dir = NULL) ai_unload_coefs()
ai_dowload_coefs(dir = NULL, ...) ai_load_coefs(dir = NULL) ai_unload_coefs()
dir |
Directory path. |
... |
Arguments parameters passed to [utils::download.file()]. |
'ai_dowload_coefs' dowloads a file as a side effect.
'ai_load_coefs' loads the coefficients into the current session.
'ai_unload_coefs' unloads the coefficients from the current session.
[utils::download.file()].
Helpers Helper functions to list species and vegetation/soil/footprint classes.
ai_species() ai_classes()
ai_species() ai_classes()
Predict based on input data.
ai_predict(spp, spclim, veghf = NULL, soilhf = NULL, i = 1)
ai_predict(spp, spclim, veghf = NULL, soilhf = NULL, i = 1)
spp |
Stecies ID. |
spclim |
Space climate data as a data frame. |
veghf , soilhf
|
Vegetation/Soil and footprint info as (1) a vector of land cover classes or as a (2) composition matrix with land cover classes as columns. |
i |
Bootstrap ID (1-100). |