MRM.chromatogramPeaks.plot {visualPlots} R Documentation

Visualization plot of the MRM chromatogram peaks data.

Description

Usage

MRM.chromatogramPeaks.plot(chromatogram,
    title = "MRM Chromatogram Peak Plot",
    size = "2200,1600",
    padding = "padding: 200px 80px 150px 200px",
    fill = TRUE,
    gridFill = "rgb(250,250,250)",
    lineStyle = "stroke: black; stroke-width: 2px; stroke-dash: solid;",
    ROI = NULL,
    relativeTimeScale = NULL,
    showAccumulateLine = FALSE,
    parallel = FALSE);

Arguments

chromatogram

the extract MRM chromatogram peaks data.

title

the plot title. [as string]

size

the size of the output image

fill

fill polygon of the TIC plot?. [as boolean]

gridFill

color value for fill the grid background. [as string]

lineStyle

Css value for adjust the plot style of the curve line of the chromatogram peaks data. [as string]

relativeTimeScale

-

env

[as Environment]

Details

Authors

BioNovoGene

Value

this function returns data object of type GraphicsData.

clr value class

Examples


[Package visualPlots version 1.0.0.0 Index]