Description Usage Arguments Value Examples
When working with spectra, it is often necessarily to interpolate duplicated ppm values. For example, c(1, 1, 2) should be turned into c(1, 1.5, 2).
1 |
x |
The vector to interpolate. |
The interpolated vector.
1 | interpolate_duplicates(c(1, 1, 2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.