Learn R Programming

biomod2 (version 3.5.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.

Author

Wilfried Thuiller, Damien Georges

Details

This function is useful to parameterize the selected models. It gives a formatted 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
# print default models options
Print_Default_ModelingOptions()

Run the code above in your browser using DataLab