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

View source: R/plot.gpp.R

plot.gppR Documentation

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.

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 R_measured vs R_predicted

Value

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

Author(s)

Gerald Jurasinski <gerald.jurasinski@uni-rostock.de>

See Also

chop, fluxx, gpp, reco

Examples

## see examples at gpp

flux documentation built on June 26, 2022, 9:05 a.m.