# Examples of I = 1/2
# Example 3.1 from Valiulin, a ddt.
res <- multiplet(J = c(16.8, 10.1, 6.7, 6.7))
# Example 3.2 from Valiulin, a tt.
res <- multiplet(J = c(6.1, 6.1, 2.15, 2.15))
# Example 3.3 from Valiulin, a dddd.
res <- multiplet(J = c(12.7, 12.2, 10.0, 4.9))
# Some other nice examples
res <- multiplet(J = c(15, 12, 8, 7), pw = 0.25)
res <- multiplet(J = c(15, 8, 5, 2))
# Examples of I = 1
res <- multiplet(J = 32, I = 1) # CDCl3 observe 13C -> 2H coupling
res <- multiplet(J = c(20, 18), I = 1)
# Examples of I = 3/2
res <- multiplet(J = 1.13, I = 3 / 2, pw = 0.1) # NaBF4 observe 19F -> 11B coupling
res <- multiplet(J = c(10, 7), I = 3 / 2)
Run the code above in your browser using DataLab