EICplot {Mosaic}R Documentation

EICplot

Description

generate one EIC plot for multiple files

Usage

EICplot(EICs = sEICs$EIClist, cx = 1, ylim = c(0, max(unlist(EIClistItem[,
  "tic"]))), xlim = c(min(unlist(EIClistItem[, "rt"])),
  max(unlist(EIClistItem[, "rt"])))/60, legendtext = paste(sub("^([^.]*).*",
  "\\1", basename(row.names(sEICs$EIClist[[1]])))),
  colr = topo.colors(nrow(sEICs$EIClist[[1]]), alpha = 1), heading = "test",
  relto = NULL, TIC = F, single = F, midline = 100, lw = 1,
  yzoom = 1)

Arguments

ylim

numeric(2) min and max visible rt value (in seconds)

xlim

numeric(2) min and max visible intensity value (in seconds)

legendtext

character() with item for each shown EIC for the plot legend

colr

color range (actual vector of color values)

heading

plot title

relto

normalize intensities to this number

TIC

if TRUE plot TIC

single

TRUE if this is not part of a composite plot

midline

numeric() of y-axis positions where a dotted vertical line should be plotted

lw

line width for plot lines

yzoom

zoom factor into y-axis

EIClistItem

item from a list of EICs from Mosaic:multiEIC


[Package Mosaic version 0.7.2 Index]