Dictionary of terms used to identify traits in ed, filenames, and figures

trait.lookup(traits = NULL)

Arguments

traits

a vector of trait names, if traits = NULL, all of the traits will be returned.

Value

a dataframe with id, the name used by ED and PEcAn database for a parameter; fileid, an abbreviated name used for files; figid, the parameter name written out as best known in english for figures and tables.

Examples

# NOT RUN {
# convert parameter name to a string appropriate for end-use plotting
# }
# NOT RUN {
trait.lookup('growth_resp_factor')
trait.lookup('growth_resp_factor')$figid

# get a list of all traits and units in dictionary
trait.lookup()[,c('figid', 'units')]
# }