Learn R Programming

CENFA (version 1.1.1)

predict: Predict methods

Description

Make a RasterLayer with predictions from a fitted model object.

Usage

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

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

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

# S4 method for 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.