atomicVector-class(Rmpfr)
atomicVector-class()所属R语言包:Rmpfr
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"是一个虚拟的类,包含所有原子的向量类的碱基r,也隐含定义的通过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"。
(作者)----------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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|