Learn R Programming

flux (version 0.2-2)

inspect: 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 chop containing tables with chamber measurement data.
what
Specifies the concentration measurement tables in x that ought to be inspected/altered. For inspection either give a numeric vector with the indices of the tables or a character vector with the names of the entries in x. For alte
retain
Logical. When you alter x by giving a list structure to what, shall the original data tables be returned as well? Defaults to FALSE.

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.

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.

See Also

flux, chop, (also for examples)