cutEEM: Cut portions of EEM

Description Usage Arguments Value Examples

Description

Cut portions of EEM

Usage

1
2
3
4
5
6
7
cutEEM(x, cutEX = NULL, cutEM = NULL)

## S3 method for class 'EEM'
cutEEM(x, cutEX = NULL, cutEM = NULL)

## S3 method for class 'EEMweight'
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

1
2
3
data(applejuice)
applejuice_cut <- cutEEM(applejuice, cutEX = 300:450)
drawEEM(applejuice_cut, 1)

chengvt/EEM documentation built on May 13, 2019, 3:51 p.m.