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)

Arguments

struct

An RHermesExp object

id

Number of the inclusion list to plot

Value

An interactive plot_ly object

See also

Other Plots: plotCoverage(), plotISF(), plotPL()

Author

Roger Gine

Examples

struct <- readRDS(system.file("extdata", "exampleObject.rds", package = "RHermes")) plotIL(struct, 1)