jSeq | R Documentation |
This function creates sequences, centered on zero, which correspond to odd
or even NMR multiplets. Not intended for direct use. Called by
plotNMRspec
.
jSeq(length.out)
length.out |
An integer giving the number of peaks in the sequence. |
A vector describing the spacing of the parts of an NMR multiplet in terms of multiples of the coupling constant, J.
Bryan A. Hanson, DePauw University. hanson@depauw.edu
plotNMRspec
which calls this function.
tmp <- jSeq(5) # a multiplet with an odd number of peaks
tmp
tmp <- jSeq(6) # an even number
tmp
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.