plot.gpp | R Documentation |
Plot diagnostic plots for GPP (NEE) models derived with reco and gpp.
## S3 method for class 'gpp' plot(x, nm = "", single.pane = TRUE, ...)
x |
Object of class |
nm |
The three panels of the resulting plot are already named. However, if you'd like to add something you can do it here. |
single.pane |
For bulk plotting of several models to one device it is necessary to |
... |
Further arguments passed to |
The function produces a three panel plot representing in this order from left to right: (1) R_eco plot and the used R_eco model. (2) Combined plot of the NEE/GPP data with the measured NEE vs PAR, the derived GPP and the modelled R_eco. (3) Diagnostic plot of R_measured vs R_predicted
The function is invoked for its side effects and does not return anything.
Gerald Jurasinski <gerald.jurasinski@uni-rostock.de>
chop
, fluxx
, gpp
, reco
## see examples at gpp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.