bind-methods(Rmpfr)
bind-methods()所属R语言包:Rmpfr
"mpfr" '...' - Methods for Functions cbind(), rbind()
“MPFR”......“ - 为的功能CBIND()方法,rbind()
译者:生物统计家园网 机器人LoveR
描述----------Description----------
cbind and rbind methods for signature ... (see dotsMethods are provided for class Mnumber, i.e., for binding numeric vectors and class "mpfr" vectors and matrices ("mpfrMatrix") together.
cbind和rbind方法签名...(见dotsMethods类Mnumber,即具有约束力的数字向量和类"mpfr"向量和矩阵("mpfrMatrix")。
用法----------Usage----------
cbind(..., deparse.level = 1)
rbind(..., deparse.level = 1)
参数----------Arguments----------
参数:...
matrix-/vector-like R objects to be bound together, see the base documentation, cbind.
matrix-/vector-like R对象绑定在一起,看到base文件,cbind。
参数:deparse.level
integer determining under which circumstances column and row names are built from the actual arguments' "expression", see cbind.
整数确定情况下的行和列名是内置的实际参数的“表达”,cbind。
值----------Value----------
typically a "matrix-like" object, here typically of class "mpfrMatrix".
典型的“矩阵式”的对象,这里典型的class "mpfrMatrix"。
方法----------Methods----------
... = "Mnumber" is used to (c|r)bind multiprecision “numbers” (inheriting from class "mpfr")
... =“Mnumber”(C | R)结合多倍的“数字”(继承自类"mpfr")
... = "ANY" reverts to cbind and rbind
... =“ANY”恢复到cbind和rbind
(作者)----------Author(s)----------
Martin Maechler
参见----------See Also----------
cbind2, cbind, Methods.
cbind2,cbind,Methods。
实例----------Examples----------
cbind(1, mpfr(6:3, 70)/7, 3:0)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|