找回密码
 注册
查看: 1598|回复: 0

R语言:nsyMatrix-class()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-16 19:55:06 | 显示全部楼层 |阅读模式
nsyMatrix-class(Matrix)
nsyMatrix-class()所属R语言包:Matrix

                                        Symmetric Dense Nonzero-Pattern Matrices
                                         对称密集模式非零矩阵

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

The "nsyMatrix" class is the class of symmetric, dense nonzero-pattern matrices in non-packed storage and "nspMatrix" is the class of of these in packed storage.  Only the upper triangle or the lower triangle is stored.
类"nsyMatrix"是对称,密集模式非零矩阵类非包装储存和"nspMatrix"是这些类包装存储。只存储上三角或下三角。


类的对象----------Objects from the Class----------

Objects can be created by calls of the form new("nsyMatrix", ...).
创建对象可以通过电话的形式new("nsyMatrix", ...)。


插槽----------Slots----------




uplo: Object of class "character". Must be
uplo类"character"的对象。必须




x: Object of class "logical". The logical
x类"logical"的对象。逻辑




Dim,Dimnames: The dimension (a length-2 "integer") and corresponding names (or NULL), see the
Dim,Dimnames:尺寸(长度-2"integer")和(或NULL),看到相应的名称




factors: Object of class "list".  A named
factors类"list"的对象。命名


延伸----------Extends----------

"nsyMatrix" extends class "ngeMatrix", directly, whereas<br> "nspMatrix" extends class "ndenseMatrix", directly.
"nsyMatrix"类"ngeMatrix",直接,而参考"nspMatrix"扩展类"ndenseMatrix",直接延伸。

Both extend class "symmetricMatrix", directly, and class "Matrix" and others, indirectly, use showClass("nsyMatrix"), e.g., for details.
"symmetricMatrix",直接和类都扩展类"Matrix"和其他人,间接使用showClass("nsyMatrix"),例如,有关详情。


方法----------Methods----------

Currently, mainly t() and coercion methods (for as(.); use, e.g., showMethods(class="dsyMatrix") for details.
目前,主要是t()和胁迫的方法(as(.);使用,例如showMethods(class="dsyMatrix")详情。


参见----------See Also----------

ngeMatrix, Matrix, t
ngeMatrix,Matrix,t


举例----------Examples----------


(s0 <- new("nsyMatrix"))

(M2 &lt;- Matrix(c(TRUE, NA,FALSE,FALSE), 2,2)) # logical dense (ltr)[逻辑密集(LTR)]
(sM &lt;- M2 &amp; t(M2))      # "lge"[“LGE”]
class(sM &lt;- as(sM, "nMatrix")) # -&gt; "nge"[ - >“NGE”]
     (sM &lt;- as(sM, "nsyMatrix")) # -&gt; "nsy"[ - >“NSY”]
str ( sM &lt;- as(sM, "nspMatrix")) # -&gt; "nsp": packed symmetric[ - >“NSP”:包装对称]

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-25 03:39 , Processed in 0.040685 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表