inspect {flux} | R Documentation |
Inspect and alter prepared ghg concentration data
Description
The function allows straightforward inspection and alteration of ghg concentration data that have been prepared using chop
Usage
inspect(x, what, retain = FALSE)
Arguments
x |
Object returned by |
what |
Specifies the concentration measurement tables in |
retain |
Logical. When you alter |
Details
The typical workflow is to look at the diagnostic plots of the results of the flux
estimation and then turn to inspect
for having a closer look at the data or to delete some concentration measurements for further estimations.
Value
Either the data tables to inspect are returned in a list or the altered x
. In case retain = TRUE
the original tables are appended to x
. The respective list item is tables.orig
.
Author(s)
Gerald Jurasinski <gerald.jurasinski@uni-rostock.de>
See Also
flux
, chop
,
(also for examples)