export.nmr.fit.object: Export fit results

Description Usage Arguments Value Examples

View source: R/FIT-fit_object.R

Description

This function is used to export the fit results as a csv file.

Usage

1
2
## S3 method for class 'nmr.fit.object'
export(fit, filename)

Arguments

fit

The fit object

filename

The path to the file (ending in .csv)

Value

None

Examples

1
export(fit, "/path/to/file.csv")

jmstrat/NMR.Utils documentation built on July 14, 2019, 11:35 p.m.