plotNoise {proFIA} | R Documentation |
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.
plotNoise(object, xlim = NULL, ylim = NULL, ...)
object |
A noise estimation object or a |
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 |
The plotted value as an x y list.
if(require(plasFIA)){ data(plasSet) plotNoise(plasSet) }