Data preprocessing to remove the lowest wavelengths for each signature, possibly because of noise.
remove_head(signatures, head)
signatures | A spectral object built using the load_signature_files function. |
---|---|
head | The wavelengths from the minimum to head will be removed. |
The processed (low wavelength filtered) signatures.
data(signatures) filtered_signatures <- remove_head(signatures, head=400)