plotOverlay
draws chromatographic peak data from multiple (different)
extracted ion chromatograms (EICs) into the same plot. This allows to
directly compare the peak shape of these EICs in the same sample. In
contrast to the plot
function for MChromatograms()
object, which draws
the data from the same EIC across multiple samples in the same plot, this
function draws the different EICs from the same sample into the same plot.
plotOverlay( x, col = "#00000060", type = "l", main = NULL, xlab = "rtime", ylab = "intensity", ... )
x |
|
---|---|
col | color representation. Should be either of length 1 (to use the
same color for each EIC) or equal to |
type |
|
main | optional |
xlab |
|
ylab |
|
... | additional parameters to be passed down to the |
Johannes Rainer