| plot.eemlist | R Documentation | 
Surface plot of eem
## S3 method for class 'eemlist'
plot(x, which = 1, interactive = FALSE, show_peaks = FALSE, ...)
| x | An object of class  | 
| which | An integer representing the index of eem to be plotted. | 
| interactive | If  | 
| show_peaks | Boolean indicating if Cobble's peaks should be displayed on the surface plot. Default is FALSE. | 
| ... | Extra arguments for  | 
folder <- system.file("extdata/cary/scans_day_1/", package = "eemR")
eem <- eem_read(folder, import_function = "cary")
plot(eem, which = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.