plotFID {musicNMR} | R 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 |
... |
Arguments to be passed to the |
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)
[Package musicNMR version 1.0 Index]