atomicVector-class(Matrix)
atomicVector-class()所属R语言包:Matrix
Virtual Class "atomicVector" of Atomic Vectors
虚拟类原子向量的“atomicVector”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The class "atomicVector" is a virtual class containing all atomic vector classes of base R, as also implicitly defined via is.atomic.
class"atomicVector"是一个虚拟的类,包含基地ŕ所有原子的向量类,也隐含通过is.atomic定义。
类的对象----------Objects from the Class----------
A virtual Class: No objects may be created from it.
可以从它创建一个虚拟类:无对象。
方法----------Methods----------
In the Matrix package, the "atomicVector" is used in signatures where typically “old-style” "matrix" objects can be used and can be substituted by simple vectors.
在Matrix包,“atomicVector”是其中典型的“旧式”矩阵“的对象可以使用,通过简单的向量,可替代的签名。
延伸----------Extends----------
The atomic classes "logical", "integer", "double", "numeric", "complex", "raw" and "character" are extended directly. Note that "numeric" already contains "integer" and "double", but we want all of them to be direct subclasses of "atomicVector".
原子类"logical","integer","double","numeric","complex","raw"和"character"是直接扩展。请注意,"numeric"已经包含了"integer"和"double",但我们希望他们都成为直接子类"atomicVector"。
作者(S)----------Author(s)----------
Martin Maechler
参见----------See Also----------
is.atomic, integer, numeric, complex, etc.
is.atomic,integer,numeric,complex等。
举例----------Examples----------
showClass("atomicVector")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|