R/MakeStand.R
make_standprop.Rd
Creates daily sequences of 'age', 'height', 'sai', 'densef', and 'lai' from
parameters and options using approx_standprop
and
make_seasLAI
.
make_standprop(options_b90, param_b90, out_yrs)
A data.frame containing daily sequences of 'age', 'height', 'sai', 'densef', and 'lai'.
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")