selectWls: Select Wavelengths

View source: R/cube_generateDatasets.r

selectWlsR Documentation

Select Wavelengths

Description

Select wavelengths from a dataset.

Usage

selectWls(dataset, from, to)

Arguments

dataset

An object of class 'aquap_data'

from

Numeric length one. The lower limit of the wavelengths to be selected.

to

Numeric lengtho one. The upper limit of the wavelengths to be selected.

Details

It is not necessary to exactly know the numbers of the wavelengths present in the dataset, as for the lower limit the same or the next highest wavelength as from, and for the upper limit the same or the next lowest wavelength as to will be selected.

Value

The standard dataset (class 'aquap_data') containing only the selected wavelengths.

See Also

siWl, siWlg

Other Data pre-treatment functions: [,aquap_data-method, do_addNoise(), do_avg(), do_blowup(), do_detrend(), do_emsc(), do_gapDer(), do_msc(), do_resampleNIR(), do_sgolay(), dpt_modules, ssc()


bpollner/aquap2 documentation built on March 29, 2024, 7:33 a.m.