This function produces a number of standard plots and prints of five
different YplantQMC objects. The plots cannot at the moment not be
customized; please see below for the component functions that generate the
plots (these usually have more options for customization). Or, modify the
code of ypreport
as you see fit.
To create a report, simply use this command:
ypreport(plant=myplant, met=asunnyday, phy=eucleaf, hemi=mycanopy, ypsim=eucsim1)Where myplant, asunnyday, eucleaf, mycanopy and eucsim1 are objects that you have already generated. The function is flexible : you can generate a report on a subset of the objects, for example only on the hemiphoto and the plant:
ypreport(plant=myplant, hemi=spruceforest)
You may want to check out the following functions, which are used in
ypreport
:
ypreport(plant = NULL, phy = NULL, met = NULL, hemi = NULL, ypsim = NULL, filename = NA)
constructplant
setPhy
setMet
setHemi
YplantDay
plot.plant3d
,viewplot
,YplantDay