addLines: addLines

View source: R/Functions_plotting_EICs.R

addLinesR Documentation

addLines

Description

Helper function for EICplot to plot the lines of EICs into a PlottingWindow. Mass shifts will be handled by plotting different line types

Usage

addLines(
  EIClist,
  TIC = F,
  colr = topo.colors(1, alpha = 1),
  relto = NULL,
  liwi = 2
)

Arguments

EIClist

matrix or list of EIC objects (potentially subsetted)

TIC

logical() if TRUE, TIC will be plotted instead of EIC

colr

character() of color values for lines

relto

if not NULL, intensities will be given as relative to this numeric(1)

liwi

line width of plotted lines

Value

plots EIC trace lines into the current plot window


mjhelf/Mosaic documentation built on April 28, 2022, 11:32 a.m.