Description Usage Arguments Details Value Examples
View source: R/PLOT-nmr2dinsitu.data.object.R
This function plots in situ NMR data.
1 2 3 4 |
nmr |
In situ nmr data |
use.default.layout |
If TRUE, a side-by-side 3:1 layout will be used for NMR-Echem.
If FALSE, |
separation |
Gap between plots (in inches) |
separation.pos |
Where to put the separation – vector c(nmr, echem) where nmr,echem are one of 1=bottom, 2=left, 3=top, 4=right |
nmr.func |
Function to plot NMR data (default |
echem.func |
Function to plot echem data (default |
... |
Further parameters will be passed to the plotting methods |
The echem function will always be passed the echem data restricted to the NMR scans plotted as its first argument,
and a ylim parameter which will align its data as another argument. Any further named arguments provided via ...
are passed through.
The NMR function will always be passed the NMR data as its first argument. Any further named arguments provided via ...
are passed through. It is expected to return a numeric vector of the y values corresponding to an intensity of 0 for the
first and last scans.
Returns a function that will change the active plot to the NMR plot without disrupting the current layout (the echem plot is active by default when the plot function returns).
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.