calculate_gammas {biogrowth} | R Documentation |
Calculates every gamma factor
Description
A helper function for predict_dynamic_growth()
that
calculates the value of every gamma factor corresponding to some
storage time.
Usage
calculate_gammas(this_t, env_func, sec_models)
Arguments
this_t |
Storage time |
env_func |
A list of functions (generated using |
sec_models |
A nested list describing the secondary models. |
Value
A vector of gamma factors (one per environmental factor).
[Package biogrowth version 1.0.4 Index]