remove_tail: Filter out the low wavelength values

Description Usage Arguments Value See Also Examples

Description

Data preprocessing to remove the lowest wavelengths for each signature, possibly because of noise.

Usage

1
remove_tail(signatures, tail)

Arguments

signatures

A spectral object built using the load_signature_files function.

tail

The wavelengths from tail to the maximum will be removed.

Value

The processed (high wavelength filtered) signatures.

See Also

load_signature_files

Examples

1
2
data(signatures)
filtered_signatures <- remove_tail(signatures, tail=2400)

demosense/archeospec documentation built on May 28, 2019, 8:39 a.m.