plotFID: Free Induction Decay Plotting

View source: R/musicNMR.R

plotFIDR Documentation

Free Induction Decay Plotting

Description

A function for ploting Free Induction Decay (FID).

Usage

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.

Value

No return value.

Author(s)

Stefano Cacciatore

References

Cacciatore S, Saccenti E, Piccioli M. Hypothesis: the sound of the individual metabolic phenotype? Acoustic detection of NMR experiments. OMICS. 2015 Mar;19(3):147-56.

Examples

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

musicNMR documentation built on May 29, 2024, 2:09 a.m.

Related to plotFID in musicNMR...