library_visualizer_interactive: Interactive spectral plot

View source: R/update_visualizer.R

library_visualizer_interactiveR Documentation

Interactive spectral plot

Description

Interactive spectral plot

Usage

library_visualizer_interactive(
  plotData,
  x = "m/z",
  y = "Intensity",
  colorVar = "ID",
  facetVar = "MSLEVEL",
  title = "",
  returnData = FALSE
)

Arguments

plotData

A data frame used to plot

x

x-axis variable quote or unquoted or column index

y

y-axis variable or column index

facetVar

the variable used to facet the graph by row or column index

coloVar

color variable or column index

Author(s)

Yingjie Zhang


daniellyz/MergeION2 documentation built on Jan. 26, 2024, 6:24 a.m.