Learn R Programming

DyMEP (version 0.1.2)

predhelputils.get_all_permutations: A function to get all potential permutations

Description

A function to get all potential permutations

Usage

predhelputils.get_all_permutations(your_environmental_covariates)

Value

provides all potential permutations given your input vector

Arguments

your_environmental_covariates

list of the environmental covariates you have at hand (tas, tasmax, tasmin, RH, VPD, SPI, global_radiation are available)

Examples

Run this code
predhelputils.get_all_permutations(your_environmental_covariates =
                                      c("tas","tasmin","VPD"))

Run the code above in your browser using DataLab