Skip to contents

Generate predictions for species and habitat models and saves the output as JPEG files.

Usage

Mod_Predict_Plot(ModelDir = NULL, EnvFile = ".env", NCores = 8L)

Arguments

ModelDir

Character. Path to the model directory containing predictions.

EnvFile

Character. Path to the environment file containing paths to data sources. Defaults to .env.

NCores

Integer. Number of CPU cores to use for parallel processing. Default: 8.

Value

Saves prediction plots as JPEG files in the specified output directory.

Author

Ahmed El-Gabbas