predict: Predict methods

Description Usage Arguments Value

Description

Make a RasterLayer with predictions from a fitted model object.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## 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.


CENFA documentation built on Aug. 16, 2021, 9:06 a.m.