methods-package(methods)
methods-package()所属R语言包:methods
Formal Methods and Classes
形式化方法和类
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Formally defined methods and classes for R objects, plus other programming tools, as described in the references.
正式定义为R对象,再加上其他的编程工具,参考文献中所述,方法和类。
Details
详情----------Details----------
This package provides the "S4" or "S version 4" approach to methods and classes in a functional language.
这个软件包提供S4或S版4的方式方法和功能语言类。
See the documentation entries Classes, Methods, and GenericFunctions for general discussion of these topics, at a fairly technical level. Links from those pages, and the documentation of setClass and setMethod cover the main programming tools needed.
看到文件条目Classes,Methods,GenericFunctions一般在一个相当的技术水平,这些议题的讨论。从这些网页链接,setClass和setMethod涵盖了主要的编程工具需要的文件。
For a complete list of functions and classes, use library(help="methods").
对于函数和类的完整列表,请使用library(help="methods")。
作者(S)----------Author(s)----------
R Development Core Team
Maintainer: R Core Team <a href="mailto:R-core@r-project.org">R-core@r-project.org</a>
参考文献----------References----------
Software for Data Analysis: Programming with R Springer. (For the R version.)
Programming with Data Springer (For the original S4 version.)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|