Some data will not be converted:
Spectra columns except the
spc_columnWavenumber columns except the
wavelength_column
Arguments
- spc_tbl
simplerspec::gather_spc,simplerspec::resample_spc,simplerspec::average_spc, orsimplerspec::preprocess_spcspectra tibble.- spc_column
Column name of the data to use. Must be one of
"spc_pre", "spc_mean", "spc_rs", "spc", or any column name ifstrict_column_checkis set to FALSE.- wavelength_column
Column name of the data to use. Must be one of
"xvalues_pre", "wavenumbers_rs", "wavenumbers", or any column name ifstrict_column_checkis set to FALSE.- unit_wavelength, unit_spc
Optional labels for the x- and y-axis.
- .strict_column_check
(Default: TRUE) Set this to FALSE to allow using any valid column name on
spc_tblinspc_columnandwavelength_column.- ...
Arguments passed on to
hyperSpec::hyperSpecgc(logical)
Use garbage collection. If the optiongcis set toTRUE, the initialization will have frequent calls tobase::gc(), which can help avoid swapping or running out of memory. The default value ofgccan be set viahy_set_options().
Value
A ChemoSpec::Spectra() object.
