predhelputils.get_all_permutations {DyMEP} | R 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"))
[Package DyMEP version 0.1.2 Index]