plotNoise: Plot the estimated noise from a proFIAset object.

Description Usage Arguments Value Examples

View source: R/noiseEstimator.R

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

1
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

1
2
3
4
if(require(plasFIA)){
  data(plasSet)
  plotNoise(plasSet)
}

proFIA documentation built on March 20, 2021, 6 p.m.