Draws a mz-rt representation of the inclusion list entries, coloured by their intensity value.
plotIL(struct, id) # S4 method for RHermesExp,numeric plotIL(struct, id)
struct | An RHermesExp object |
---|---|
id | Number of the inclusion list to plot |
An interactive plot_ly object
Other Plots:
plotCoverage()
,
plotISF()
,
plotPL()
Roger Gine
struct <- readRDS(system.file("extdata", "exampleObject.rds", package = "RHermes")) plotIL(struct, 1)