plotNoise {proFIA}R Documentation

Plot the estimated noise from a proFIAset object.

Description

Plot an intensity vs variances plot for the noise estimated from a MS acquisition. If a model is fitted to the data it will be plotted. Only the interval used for the regression and on which the estimation will be used is shown.

Usage

plotNoise(object, xlim = NULL, ylim = NULL, ...)

Arguments

object

A noise estimation object or a proFIAset-class object.

xlim

The xlim paramter to be passed to plot.

ylim

The ylim paramter to be passed to plot.

...

SUpplementary arguments to be passed to plot

plotNoise

plotNoise,proFIAset-method

Value

The plotted value as an x y list.

Examples

if(require(plasFIA)){
  data(plasSet)
  plotNoise(plasSet)
}

[Package proFIA version 1.6.0 Index]