Learn R Programming

photosynthesis (version 1.0.2)

parameter_names: Get vector of parameter names

Description

Get vector of parameter names

Usage

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.

Examples

Run this code
# NOT RUN {
parameter_names("leaf", use_tealeaves = FALSE)

# }

Run the code above in your browser using DataLab