aperm.rv(rv)
aperm.rv()所属R语言包:rv
Random Array Transposition
随机数组换位
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Transpose a random array by permuting its dimensions and optionally resizing it.
移调一个随机数组,通过置换其尺寸和可以调整其大小。
用法----------Usage----------
## S3 method for class 'rv'
aperm(a, perm, ...)
参数----------Arguments----------
参数:a
the random matrix to be transposed
随机矩阵要转
参数:perm
the subscript permutation vector. See the manual page for the gneric method aperm.
下标排列向量。参见手册页的gneric方法aperm。
参数:...
further arguments passed to aperm
进一步的参数传递给aperm
Details
详细信息----------Details----------
This is the rv-compatible version of the function aperm. It first applies
这是RV-兼容的版本的功能aperm。它首先适用
(作者)----------Author(s)----------
Jouni Kerman
<a href="mailto:jouni@kerman.com">jouni@kerman.com</a>
参考文献----------References----------
Posterior Simulations Using Random Variable Objects. Statistics and Computing 17:3, 235-244.
参见----------See Also----------
aperm
aperm
实例----------Examples----------
x <- rvarray(rvnorm(24), dim=c(2,3,4))
print(aperm(x))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|