allIndex-class(externalVector)
allIndex-class()所属R语言包:externalVector
Class "allIndex", index class representing a subscript for all
类“allIndex”,指数类,占所有标
译者:生物统计家园网 机器人LoveR
描述----------Description----------
When used as a subscript for a vector object x, this is equivalent to seq(length(x)). When used as a subscript for the i-th dimension of an array object x, this is
当作为一个矢量对象x标,这相当于seq(length(x))。当作为一个标用于i第一个数组对象的尺寸x,这是
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("allIndex"). Objects from this class can not be modified and they are all equivalent.
创建对象可以通过检测的形式new("allIndex")。从这个类的对象不能被修改,它们都是等价的。
插槽----------Slots----------
.Data: Object of class "logical", this is
.Data:Object类的"logical",这是
延伸----------Extends----------
Class "logical", directly. Class "vectorIndex", directly.
类"logical",直接。类"vectorIndex",直接。
方法----------Methods----------
Signature components for the methods are:
签名组件的方法是:
The class "allIndex"
类“allIndex”
Length one positive "integer"
长度一个积极的“整数”
The class "ANY"
类的“ANY”
The class "ANY"
类的“ANY”
The class "allIndex"
类“allIndex”
x+scalar: Add scalar to x.
x+scalar:添加scalarx。
scalar+x: Add scalar to x.
scalar+x:添加scalarx。
x*scalar: Multiply x by scalar.
x*scalar:乘以xscalar的。
scalar*x: Multiply x by scalar.
scalar*x:乘以xscalar的。
dim(x) <- value Set a dimension on x. If value is of
昏暗的(X)< - 值设置x一个维度。如果值是
x[i]: Subset x. Result is i.
x[i]:子集X。结果是我。
x[]: Subset x with the subscript missing. Result is x.
x[]:子集标的X失踪。结果是x。
x[i] <- value: Subassign x. Results in an error (as
x[i] <- value:Subassign。在一个错误的结果(如
x[[i]] <- value: Subassign x. Results in an error (as
x[[i]] <- value:Subassign。在一个错误的结果(如
allNA(x): Are all elements of x NA? Result is
allNA(x):是xNA的所有元素?结果是
anyNA(x): Is any element of x NA? Result is
anyNA(x):任何元素的xNA?结果是
initialize(.Object): Initialize an object from class
initialize(.Object):从类对象初始化
length(x): Return the length of x which is always
length(x):返回长度x这是永远
length(x) <- value: Modify the length of x. Always
length(x) <- value:修改x的长度。总是
参见----------See Also----------
vectorIndex-class for the super class of "allIndex".
vectorIndex-class为"allIndex"的超类。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|