| make_standprop | R Documentation | 
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)
options_b90 | 
 A list of model control options.  | 
param_b90 | 
 A parameter list-object.  | 
out_yrs | 
 Years for which values are returned.  | 
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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.