Description Usage Arguments Value Author(s)
Rescales channel vectors to get the same average.
1 2 3 4 | ## S3 method for class 'matrix'
normalizeAverage(x, baseline=1, avg=median, targetAvg=2200, ...)
## S3 method for class 'list'
normalizeAverage(x, baseline=1, avg=median, targetAvg=2200, ...)
|
x |
A |
baseline |
An |
avg |
A |
targetAvg |
The average that each channel should have afterwards.
If |
... |
Additional arguments passed to the |
Returns a normalized numeric
NxK matrix
(or list
of length K).
Henrik Bengtsson
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.