| drop_user_cols | R Documentation | 
Remove from spectral object additional columns that are user defined.
drop_user_cols(x, keep.also, ...)
## Default S3 method:
drop_user_cols(x, keep.also = NULL, ...)
## S3 method for class 'generic_spct'
drop_user_cols(x, keep.also, ...)
## S3 method for class 'source_spct'
drop_user_cols(x, keep.also = NULL, ...)
## S3 method for class 'response_spct'
drop_user_cols(x, keep.also = NULL, ...)
## S3 method for class 'object_spct'
drop_user_cols(x, keep.also = NULL, ...)
## S3 method for class 'filter_spct'
drop_user_cols(x, keep.also = NULL, ...)
## S3 method for class 'reflector_spct'
drop_user_cols(x, keep.also = NULL, ...)
## S3 method for class 'solute_spct'
drop_user_cols(x, keep.also = NULL, ...)
## S3 method for class 'chroma_spct'
drop_user_cols(x, keep.also = NULL, ...)
## S3 method for class 'calibration_spct'
drop_user_cols(x, keep.also = NULL, ...)
## S3 method for class 'cps_spct'
drop_user_cols(x, keep.also = NULL, ...)
## S3 method for class 'raw_spct'
drop_user_cols(x, keep.also = NULL, ...)
## S3 method for class 'generic_mspct'
drop_user_cols(x, keep.also = NULL, ...)
x | 
 An R object  | 
keep.also | 
 character Additionlal columns to preserve.  | 
... | 
 needed to allow derivation.  | 
A copy of x possibly with some columns removed.
drop_user_cols(default): 
drop_user_cols(generic_spct): 
drop_user_cols(source_spct): 
drop_user_cols(response_spct): 
drop_user_cols(object_spct): 
drop_user_cols(filter_spct): 
drop_user_cols(reflector_spct): 
drop_user_cols(solute_spct): 
drop_user_cols(chroma_spct): 
drop_user_cols(calibration_spct): 
drop_user_cols(cps_spct): 
drop_user_cols(raw_spct): 
drop_user_cols(generic_mspct): 
Other experimental utility functions: 
collect2mspct(),
thin_wl(),
uncollect2spct()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.