staRdom (version 1.0.8)

eem_red2smallest: Reduce wavelength range of EEM spectra to widest available in the whole sample set.

Description

Reduce wavelength range of EEM spectra to widest available in the whole sample set.

Usage

eem_red2smallest(data, verbose = FALSE)

Arguments

data

data of EEM samples as eemlist

verbose

states whether additional information is given in the command line

Value

eemlist with reduced spectral width

Details

This step is neccessary to perform a PARAFAC analysis which can only be calculated with spectra of similar range.

Examples

Run this code
# NOT RUN {
data(eem_list)
eem_red2smallest(eem_list)
# }

Run the code above in your browser using DataCamp Workspace