Description Usage Arguments Value Examples
Cut portions of EEM
| 1 2 3 4 5 6 7 | 
| 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 | 
A list similar to input EEM is returned but with specified portions cut.
| 1 2 3 | data(applejuice)
applejuice_cut <- cutEEM(applejuice, cutEX = 300:450)
drawEEM(applejuice_cut, 1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.