powered by
Surface plot of eem
# S3 method for eemlist plot(x, which = 1, interactive = FALSE, show_peaks = FALSE, ...)
An object of class eemlist.
eemlist
An integer representing the index of eem to be plotted.
If TRUE a Shiny app will start to visualize EEMS.
TRUE
Boolean indicating if Cobble's peaks should be displayed on the surface plot. Default is FALSE.
Extra arguments for image.plot.
image.plot
# NOT RUN { folder <- system.file("extdata/cary/scans_day_1/", package = "eemR") eem <- eem_read(folder, import_function = "cary") plot(eem, which = 3) # }
Run the code above in your browser using DataLab