| mlr {SwathXtend} | R Documentation |
Calculate normalization factor, histogram peak and width at half peak for a vector
mlr(ratio, doplot)
ratio |
Vector, typically of log ratios |
doplot |
A logic value, wheter to plot the ratio histograms (FALSE as default) |
nf |
Normalization factor |
peak |
Histogram peak |
wdt |
Width at half peak |
Find mlr reference.
mlr(rnorm(1000)) # with shift mlr(0.5 + rnorm(10000))