Rescales channel vectors to get the same average
重新调整通道向量得到相同的平均
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Rescales channel vectors to get the same average.
重新调整通道向量,以获得相同的平均。
用法----------Usage----------
参数----------Arguments----------
参数:x
A numeric NxK matrix (or list of length K).
一个numericNxKmatrix(list长度为k)。
参数:baseline
An integer in [1,K] specifying which channel should be the baseline.
[1integer,钾]指定哪些渠道应该是基线。
参数:avg
A function for calculating the average of one channel.
一个function平均计算的一个通道。
参数:targetAvg
The average that each channel should have afterwards. If NULL, the baseline column sets the target average.
平均每个通道之后应该有。如果NULL,基线列设置目标平均水平。
参数:...
Additional arguments passed to the avg function.
额外的参数传递给avgfunction。
值----------Value----------
Returns a normalized numeric NxK matrix (or list of length K).
返回一个归numericNxKmatrix(或list长度为k)。
作者(S)----------Author(s)----------
Henrik Bengtsson (<a href="http://www.braju.com/R/">http://www.braju.com/R/</a>)