predict: Predict methods

predictR Documentation

Predict methods

Description

Make a RasterLayer with predictions from a fitted model object.

Usage

## S4 method for signature 'cnfa'
predict(object, newdata, filename = "", parallel = FALSE, n = 1, ...)

## S4 method for signature 'enfa'
predict(object, newdata, filename = "", parallel = FALSE, n = 1, ...)

## S4 method for signature 'departure'
predict(object, filename = "", parallel = FALSE, n = 1, ...)

## S4 method for signature 'vulnerability'
predict(object, newdata, filename = "", parallel = FALSE, n = 1, ...)

Arguments

object

model object

newdata

optional new data

filename

character. Optional filename to save the RasterBrick output to file. If this is not provided, a temporary file will be created for large x

parallel

logical. If TRUE then multiple cores are utilized

n

numeric. Number of CPU cores to utilize for parallel processing

...

Additional arguments for writeRaster

Value

Returns a RasterLayer of sensitivity, departure, or vulnerability predictions, depending on the class of object.


rinnan/CENFA documentation built on July 19, 2023, 12:58 p.m.