predhelputils.get_all_permutations: A function to get all potential permutations

View source: R/DyMEP_utils_prediction_helper_functions.R

predhelputils.get_all_permutationsR Documentation

A function to get all potential permutations

Description

A function to get all potential permutations

Usage

predhelputils.get_all_permutations(your_environmental_covariates)

Arguments

your_environmental_covariates

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

Value

provides all potential permutations given your input vector

Examples

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

DyMEP documentation built on May 29, 2024, 4:29 a.m.