| ir_drop_spectra {ir} | R Documentation |
Drops the column spectra from an object is of class ir
Description
ir_drop_spectra removes the column spectra from an object
of class ir and removes the "ir" class attribute.
Usage
ir_drop_spectra(x)
Arguments
x |
An object of class |
Value
x without column spectra and without "ir" class
attribute.
Examples
ir::ir_sample_data %>%
ir_drop_spectra()
[Package ir version 0.2.1 Index]