plot.eemlist: Surface plot of eem

Description Usage Arguments Examples

View source: R/eem_utils.R

Description

Surface plot of eem

Usage

1
2
## S3 method for class 'eemlist'
plot(x, which = 1, interactive = FALSE, show_peaks = FALSE, ...)

Arguments

x

An object of class eemlist.

which

An integer representing the index of eem to be plotted.

interactive

If TRUE a Shiny app will start to visualize EEMS.

show_peaks

Boolean indicating if Cobble's peaks should be displayed on the surface plot. Default is FALSE.

...

Extra arguments for image.plot.

Examples

1
2
3
4
folder <- system.file("extdata/cary/scans_day_1/", package = "eemR")
eem <- eem_read(folder, import_function = "cary")

plot(eem, which = 3)

PMassicotte/eemR documentation built on Oct. 24, 2021, 7:40 a.m.