powered by
Check if the dataset is from spectral data where x.values are numeric.
is_spectra(dataset)
list representing the dataset from a metabolomics experiment.
Returns a boolean indicating if the dataset is from spectral data or not.
# NOT RUN { ## Example of checking if the dataset is from spectral data library(specmine.datasets) data(propolis) is_spectra(propolis) # }
Run the code above in your browser using DataLab