Description Usage Arguments Value Examples
Averages spectra
1 2 3 4 | average_spectrum(x, ...)
## S3 method for class 'collection'
average_spectrum(x, group = "all", ...)
|
x |
A |
... |
further arguments passed to or from other methods(not currenctly used). |
group |
How to perform grouping. Either |
An updated version of collection
.
1 2 3 4 5 | library(tidySpectR)
average_spectrum(fa_nmr)
average_spectrum(fa_nmr, group = 'labels')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.