plot.gpp {flux}R 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 NEE_{measured} vs NEE_{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

[Package flux version 0.3-0.1 Index]