biomod2 (version 3.3-7.1)

Print_Default_ModelingOptions: Get default values of BIOMOD inner models' options

Description

This function print the default parameters used to build each model.

Usage

Print_Default_ModelingOptions()

Arguments

Value

Nothing returned.

Details

This function is useful to parameterize the selected models. It gives a formated list of all parameters the user can modify. You can copy this function output, modify all parameters you want in a text editor and paste the modified string as argument to (BIOMOD_ModelingOptions) function.

Examples

Run this code
# NOT RUN {
# print default models options
Print_Default_ModelingOptions()
# }

Run the code above in your browser using DataLab