rebind(externalVector)
rebind()所属R语言包:externalVector
Allocate a new external vector with external storage
与外部存储设备分配一个新的外部向量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function allocates a new "externalVectorWithStorage" object with possibly new length, type, names, dimension or dimnames.
这个函数分配一个新的的“externalVectorWithStorage”可能是新的长度,类型,名称,尺寸或dimnames对象。
用法----------Usage----------
rebind(x, length.x = length(x), type = x@storage@type,
names.x = x@Names, dim.x = x@Dim,
dimnames.x = x@DimNames, ..., arrayOnly = FALSE)
参数----------Arguments----------
参数:x
An object of class "externalVectorWithStorage".
一个类对象的“externalVectorWithStorage”。
参数:length.x
New length.
新的长度。
参数:type
New type.
新的类型。
参数:names.x
New names.
新名称。
参数:dim.x
New dimension.
新的层面。
参数:dimnames.x
New dimnames.
新dimnames。
参数:...
Other arguments passed to initializer of the class of x.
其他参数传递给初始化的类x。
参数:arrayOnly
Just create the data part with no names, dimensions or dimnames.
刚刚创建的数据没有名称,尺寸或dimnames的部分。
值----------Value----------
A new object of same class as x.
一个x同一类的新对象。
参见----------See Also----------
externalVectorWithStorage-class
externalVectorWithStorage-class
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|