flux (version 0.3-0)

export: simple export wrapper

Description

Export your flux estimations easily

Usage

export(x, digits = 4, ...)

Arguments

x
A fluxes object.
digits
The number of digits that all numeric values in the output table shall have. Defaults to 4.
...
Further arguments to write.table. For instance to specify another field separator (defaults to tab delimited output files) and a file where to write the results to.

Value

The function is called for its side effects. Nothing is returned.

Details

It's really very simple.

See Also

flux, chop, (also for examples)