Get vector of parameter names

parameter_names(which, use_tealeaves)

Arguments

which

A character string indicating which parameter names to retrieve: "leaf", "enviro", "bake", or "constants". Partial matching allowed.

use_tealeaves

Logical. Should leaf energy balance be used to calculate leaf temperature (T_leaf)? If TRUE, tleaf() calculates T_leaf. If FALSE, user-defined T_leaf is used. Additional parameters and constants are required, see make_parameters().

Value

A character vector with parameter names associated with each type, "leaf", "enviro", "bake", or "constants".

Examples


parameter_names("leaf", use_tealeaves = FALSE)
#>  [1] "A_mes_A"         "J_max25"         "K_C25"           "K_O25"          
#>  [5] "R_d25"           "T_leaf"          "V_cmax25"        "V_tpu25"        
#>  [9] "delta_ias_lower" "delta_ias_upper" "g_liqc25"        "g_mc25"         
#> [13] "g_sc"            "g_uc"            "gamma_star25"    "k_mc"           
#> [17] "k_sc"            "k_uc"            "leafsize"        "phi_J"          
#> [21] "theta_J"