conColScheme: Change the Color Scheme of a Spectra Object
Description
This function permits you to change the color scheme of an existing Spectra object.
Usage
conColScheme(spectra, old = levels(as.factor(spectra$colors)),
new = NULL)
Arguments
Value
An object of S3 class Spectra whose color scheme has been changed.
Details
A grepping process is used. Depending upon the nature of the old color names to be searched for, you might need to add some grep pattern matching strings to the color name.
References
https://github.com/bryanhanson/ChemoSpec
See Also
For a discussion of general issues of color, see colorSymbol.