predict_calanus: Predict using a model

View source: R/predict.R

predict_calanusR Documentation

Predict using a model

Description

Predict using a model

Usage

predict_calanus(model, predictors, include_prob = TRUE, ...)

Arguments

model

either a 'model_fit' object or a file description to one

predictors

a table (data.frame or tibble) or raster (terra or stars)

include_prob

logical, if TRUE include probabilities of occurrence

...

arguments for predict

Value

prediction as table (tibble) or stars raster


BigelowLab/calanusthreshold documentation built on May 12, 2022, 5:06 a.m.