Learn R Programming

flux (version 0.2-2)

plot.gpp: Plot diagnostic plots for GPP (NEE) models derived with reco and gpp.

Description

Plot diagnostic plots for GPP (NEE) models derived with reco and gpp.

Usage

## S3 method for class 'gpp':
plot(x, nm = "", single.pane = TRUE, ...)

Arguments

x
Object of class gpp that is returned by gpp.
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 FALSE single.pane. See example at gpp
...
Further arguments passed to plot.default.

Value

  • The function is invoked for its side effects and does not return anything.

encoding

UTF-8

Details

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 $NEE_{measured}$ vs $NEE_{predicted}$

See Also

chop, fluxx, gpp, reco

Examples

Run this code
## see examples at gpp

Run the code above in your browser using DataLab