| FunctionalGroup | R Documentation |
A functional group is a representation of a grassland plant population with certain functional attributes.
It contains many plant parameters that are collected under the hood of functional groups. The class implements S3 style operator overloading such that one can do things like
mixed_functional_group = 0.8 * FG_A + 0.2 * FG_B
SLA Specific Leaf Area in m^2^ per g.
pcLAM Percentage of laminae (number between 0 and 1).
ST1 Temperature sum in degree Celsiues days after which the
seasonality function SEA starts to decrease from its maximum plateau.
See also SEA().
ST2 Temperature sum in degree Celsiues days after which the
seasonality function SEA has decreased back to its minimum value.
See also SEA().
maxSEA Maximum value of the seasonality function SEA()
minSEA Minimum value of the seasonality function SEA(). Usually,
minSEA = 1 - (maxSEA - 1).
maxOMDGV Maximum organic matter digestability for green vegetative
matter in arbitrary units.
minOMDGV Minimum organic matter digestability for green vegetative
matter in arbitrary units.
maxOMDGR Maximum organic matter digestability for green reproductive
matter in arbitrary units.
minOMDGR Minimum organic matter digestability for green reproductive
matter in arbitrary units.
BDGV Bulk density of green vegetative dry matter in g per m^3^.
BDDV Bulk density of dead vegetative dry matter in g per m^3^.
BDGR Bulk density of green reproductive dry matter in g per m^3^.
BDDR Bulk density of dead reproductive dry matter in g per m^3^.
fg_parameter_names Vector of strings of the variable names of all
vegetation parameters governed by functional group composition.
Default values for parameters are taken from functional group A in Jouven et al.
fg_parameter_namesNames of the vegetation parameters governed by functional group composition.
new()Constructor
FunctionalGroup$new(...)
...Key-value pairs of parameters to be set.
get_parameters()Convenient getter
Returns all parameters with their names in a list.
FunctionalGroup$get_parameters()
get_parameters_ordered()Ordered getter
Returns all parameters in reproducible order in a vector.
FunctionalGroup$get_parameters_ordered()
set_parameters()Convenient setter
Set all specified parameters.
FunctionalGroup$set_parameters(...)
...Key-value pairs of parameters to be set.
set_parameters_ordered()Efficient setter, assumes parameters come in known order.
FunctionalGroup$set_parameters_ordered(ordered_parameter_values)
ordered_parameter_valuesParameter values to be set. Need to be
in the same order as pFunctionalGroup]$fg_parameter_names.
clone()The objects of this class are cloneable with this method.
FunctionalGroup$clone(deep = FALSE)
deepWhether to make a deep clone.
jouven2006ModelPredictingDynamicsgrowR
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.