plotFID: Free Induction Decay Plotting

Description Usage Arguments Author(s) References Examples

Description

A function for ploting Free Induction Decay (FID).

Usage

1
plotFID(x,ADD=FALSE, ...)

Arguments

x

a matrix. The time in second unit is in the firt column. The intensity of the FID is in the second column.

ADD

For a new plot ADD = FALSE. To overimpose a different FID on an existing plot ADD = TRUE.

...

Arguments to be passed to the plot function.

Author(s)

Stefano Cacciatore

References

Cacciatore Stefano, Edoardo Saccenti, Mario Piccioli Hypothesis: The sound of the individual metabolic phenotype? Acoustic detection of NMR experiments OMICS: A Journal of Integrative Biology. Submitted.

Examples

1
2
3
data(AU)
plotFID(AU$sample1B)
plotFID(AU$sample1A,ADD=TRUE,col=2)

Example output

Loading required package: seewave

musicNMR documentation built on May 2, 2019, 5:51 a.m.

Related to plotFID in musicNMR...