mopaPredict0: Internal function for model prediction

Description Usage Arguments Value Author(s) References See Also

View source: R/mopaPredict.R

Description

Internal function for model projection into a RasterStack

Usage

1
mopaPredict0(models, newClim)

Arguments

models

model class object (e.g. "glm") or list of model class objects, e.g. as returned by function extractFromModel.

newClim

RasterStack or list of RasterStacks of variables for projecting. If list, named lists are recommended

Value

RasterStack of the projected probabilities

Author(s)

M. Iturbide

References

Iturbide, M., Bedia, J., Herrera, S., del Hierro, O., Pinto, M., Gutierrez, J.M., 2015. A framework for species distribution modelling with improved pseudo-absence generation. Ecological Modelling. DOI:10.1016/j.ecolmodel.2015.05.018.

See Also

mopaTrain


mopa documentation built on May 2, 2019, 6:47 a.m.

Related to mopaPredict0 in mopa...