powered by
A function for ploting Free Induction Decay (FID).
plotFID(x,ADD=FALSE, ...)
No return value.
a matrix. The time in second unit is in the firt column. The intensity of the FID is in the second column.
For a new plot ADD = FALSE. To overimpose a different FID on an existing plot ADD = TRUE.
ADD = FALSE
ADD = TRUE
Arguments to be passed to the plot function.
plot
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)
Run the code above in your browser using DataLab