Description Usage Arguments Value Examples
Build a boosted regression tree species distribution model from the output from a operating model using the dismo package. Models fit to both the presence (pres column) and log(abundance) are returned.
1 2 3 4 5 6 7 |
x |
(required) An operating model as output from one of the operating model functions (such as |
covariates |
Covariates to use in the SDM. Must be in the operating model output (in the columns of x$grid). If left off, all covariates in x (in x$meta$covariates) are used. |
start.forecast.year |
The years less will be used for fitting and the years greater than are the forecasted years. |
control |
Parameters for the 'dismo::gbm.step' call. |
silent |
Whether to output info from 'dismo::gbm.step' during fitting. |
A SDM object, which is a list with the presence and abundance fits and the meta data.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.