smooth_leaps: Smooth leaps of signatures

Description Usage Arguments Value See Also Examples

Description

Data preprocessing to smooth the leaps in a number of wavelengths as a consequence of different sensors usage.

Usage

1
smooth_leaps(signatures, leaps)

Arguments

signatures

A spectral object built using the load_signature_files function.

leaps

Wavelengths where there is a leap in the value measurement as a consequence of a different sensor usage.

Value

The processed (smoothed) signatures.

See Also

load_signature_files

Examples

1
2
data(signatures)
filtered_signatures <- smooth_leaps(signatures, leaps=c(1001, 1831))

jacintoArias/archeospec documentation built on May 17, 2019, 5:52 p.m.