ssb_offset | R Documentation |
Spinnning side bands ofset calculation function This function calculates the spinning side band ofset for a given 13C NMR table. The function returns the 13C NMR integration table to be used in the int_nmr function.
ssb_offset(NMRmeth = NULL, NMR_field = NULL, NMR_rotation = NULL)
NMRmeth |
Regions to be integrated, methods available include: "4region", "Bonanomi", "Smernik" and Molecular mixing model ("MMM"). |
NMR_field |
Magnetic field of the NMR |
NMR_rotation |
Rotation frequency of the sample probe in the NMR |
A dataframe containing the integral regions of the NMR spectrometer (according to the NMR spectrometer field and rotation speed) using the selected method and the predicted regions of the SSBs.
see_offset <- ssb_offset (NMRmeth='4region', NMR_field = 200, NMR_rotation = 6800)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.