Helper function that return the name used as input for the STICS model with a partial match.

find_STICS_var(Var)

Arguments

Var

Character vector with a (partial) STICS output variable name

Details

The function understand base::regex() as input.

See also

Examples

library(sticRs) find_STICS_var("lai")
#> [1] "albedolai" "exolai" "innlai" "lai(n)" #> [5] "lai(ao)" "lai(as)" "lai_mx_av_cut" "laimax" #> [9] "laisen(n)" "splai" "ulai(n)"