cutEEM {EEM} | R Documentation |
Cut portions of EEM
Description
Cut portions of EEM
Usage
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 |
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
data(applejuice)
applejuice_cut <- cutEEM(applejuice, cutEX = 300:450)
drawEEM(applejuice_cut, 1)
[Package EEM version 1.1.1 Index]