Description Usage Arguments Value See Also Examples
Data preprocessing to remove the lowest wavelengths for each signature, possibly because of noise.
| 1 | remove_tail(signatures, tail)
 | 
| signatures | A spectral object built using the load_signature_files function. | 
| tail | The wavelengths from tail to the maximum will be removed. | 
The processed (high wavelength filtered) signatures.
| 1 2 | data(signatures)
filtered_signatures <- remove_tail(signatures, tail=2400)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.