plotFID | R Documentation |
A function for ploting Free Induction Decay (FID).
plotFID(x,ADD=FALSE, ...)
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 |
No return value.
Stefano Cacciatore
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.
data(AU)
plotFID(AU$sample1B)
plotFID(AU$sample1A,ADD=TRUE,col=2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.