Learn R Programming

EEM (version 1.1.1)

cutEEM: Cut portions of EEM

Description

Cut portions of EEM

Usage

cutEEM(x, cutEX = NULL, cutEM = NULL)
"cutEEM"(x, cutEX = NULL, cutEM = NULL)
"cutEEM"(x, cutEX = NULL, cutEM = NULL)

Arguments

x
a list of EEM data generated by readEEM function or EEMweight object generated by extract-related functions.
cutEX
Numeric or sequential data specifying regions to be cut for excitation wavelength. Examples, 200 or 200:500
cutEM
Numeric or sequential data specifying regions to be cut for emission wavelength. Examples, 200 or 200:500

Value

A list similar to input EEM is returned but with specified portions cut.

Examples

Run this code
data(applejuice)
applejuice_cut <- cutEEM(applejuice, cutEX = 300:450)
drawEEM(applejuice_cut, 1)

Run the code above in your browser using DataLab