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

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

[复制链接]
发表于 2012-2-16 20:01:24 | 显示全部楼层 |阅读模式
inheritedSlotNames(methods)
inheritedSlotNames()所属R语言包:methods

                                        Names of Slots Inherited From a Super Class
                                         从超类继承的插槽名称

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

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

For a class (or class definition, see getClass and the description of class classRepresentation), give the names which are inherited from “above”, i.e., super classes, rather than by this class' definition itself.
一类(或类的定义,请参阅getClass和classRepresentation),这是从“上面”继承的名称,即超类,而不是由这个类的定义类的描述本身。


用法----------Usage----------


inheritedSlotNames(Class, where = topenv(parent.frame()))



参数----------Arguments----------

参数:Class
character string or classRepresentation, i.e., resulting from getClass.
字符串或classRepresentation,即getClass。


参数:where
environment, to be passed further to isClass and getClass.
环境,要通过进一步isClass和getClass。


值----------Value----------

character vector of slot names, or NULL.
插槽名称,特征向量或NULL。


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

slotNames, slot, setClass, etc.
slotNames,slot,setClass等。


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


.srch <- search()
library(stats4)
inheritedSlotNames("mle")


## Not run: [#无法运行:]
if(require("Matrix")) {
  print( inheritedSlotNames("Matrix") ) # NULL[为NULL]
  ## whereas[#而]
  print( inheritedSlotNames("sparseMatrix") ) # --&gt; Dim &amp; Dimnames[ - >点心及Dimnames的]
  ##  i.e. inherited from "Matrix" class[#即从“黑客帝国”类继承]

  print( cl &lt;- getClass("dgCMatrix") ) # six slots, etc[六个插槽等]

  print( inheritedSlotNames(cl) ) # *all* six slots are inherited[*所有*六个插槽继承]
}


## detach package we've attached above:[#分离我们重视上述包:]
for(n in rev(which(is.na(match(search(), .srch)))))
    detach(pos = n)

## End(Not run)[#结束(不运行)]

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2025-1-24 16:27 , Processed in 0.028032 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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