Learn R Programming

tofsims (version 1.0.2)

computeNoise: computeNoise

Description

computeNoise determinates the noise by nearest neighbour estimate. This is a helper function for the nnMNF method.

Usage

computeNoise(stat, x, y)

Arguments

stat
unknown
x
unknown
y
unknown

Value

  • matrix numeric noise

Details

computeNoise determinates the noise by nearest neighbour estimate. This is a helper function for the nnMNF method and originates from the mzImage package.