Package 'allinone'

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-09-30 03:04:41 UTC
Source: https://github.com/ABbiodiversity/allinone

Help Index


Coefficients

Description

Download, load, unload coefficients.

Usage

ai_dowload_coefs(dir = NULL, ...)

ai_load_coefs(dir = NULL)

ai_unload_coefs()

Arguments

dir

Directory path.

...

Arguments parameters passed to [utils::download.file()].

Value

'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.

See Also

[utils::download.file()].


Helpers Helper functions to list species and vegetation/soil/footprint classes.

Description

Helpers Helper functions to list species and vegetation/soil/footprint classes.

Usage

ai_species()

ai_classes()

Predict

Description

Predict based on input data.

Usage

ai_predict(spp, spclim, veghf = NULL, soilhf = NULL, i = 1)

Arguments

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).