make_standprop {LWFBrook90R} | R Documentation |
Create daily plant characteristics from parameters and options
Description
Creates daily sequences of 'age', 'height', 'sai', 'densef', and 'lai' from
parameters and options using approx_standprop
and
make_seasLAI
.
Usage
make_standprop(options_b90, param_b90, out_yrs)
Arguments
options_b90 |
A list of model control options. |
param_b90 |
A parameter list-object. |
out_yrs |
Years for which values are returned. |
Value
A data.frame containing daily sequences of 'age', 'height', 'sai', 'densef', and 'lai'.
Examples
options_b90 <- set_optionsLWFB90()
param_b90 <- set_paramLWFB90()
standprop <- make_standprop(options_b90,
param_b90,
out_yrs = 2002:2004)
plot(standprop$dates, standprop$lai, type = "l")
[Package LWFBrook90R version 0.5.3 Index]