CLASS(xts)
CLASS()所属R语言包:xts
Extract and Set .CLASS Attribute
提取和CLASS属性设置。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Simple extraction and replacement function to access xts .CLASS attribute. The .CLASS attribute is used by reclass to transform an xts object back to its original class.
简单的提取和替换功能来访问xts。类属性。类属性被reclass改造xts对象返回到原来的类。
用法----------Usage----------
CLASS(x)
CLASS(x) <- value
参数----------Arguments----------
参数:x
an xts object
XTS对象
参数:value
the new .CLASS value to assign
新类的值赋给
Details
详细信息----------Details----------
It is not recommended that CLASS be called in daily use. While it may be possible to coerce objects to other classes than originally derived from, there is little, if any, chance that the reclass function will perform as expected.
这是不建议在日常使用中,类被称为。虽然它可能是可能的要挟比原先来自其他类的对象,有一点,如果有的话,reclass功能达到预期效果的机会。
It is best to use the traditional as methods.
最好的方法是使用传统的as方法。
值----------Value----------
Called for its side-effect of changing the .CLASS attribute
其副作用的改变。类属性的调用
(作者)----------Author(s)----------
Jeffrey A. Ryan
参见----------See Also----------
as.xts,reclass
as.xts,reclass
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|