找回密码
 注册
查看: 1400|回复: 0

R语言 zoo包 as.zoo()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-2 07:51:59 | 显示全部楼层 |阅读模式
as.zoo(zoo)
as.zoo()所属R语言包:zoo

                                        Coercion from and to zoo
                                         强制和动物园

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Methods for coercing "zoo" objects to other classes and a generic function as.zoo for coercing objects to class "zoo".
方法强迫的"zoo"对象为其他类和一个通用的函数as.zoo胁迫的对象类"zoo"。


用法----------Usage----------


as.zoo(x, ...)



参数----------Arguments----------

参数:x
an object,
一个对象,


参数:...
further arguments passed to zoo when the return object is created.
进一步的参数传递给zoo返回的对象被创建。


Details

详细信息----------Details----------

as.zoo currently has a default method and methods for ts, its, fts, irts, mcmc, tis, xts  objects (and zoo objects themselves).
as.zoo目前有一个默认的方式和方法ts,its,fts,irts,mcmc,tis, xts对象(和zoo对象本身)。

Methods for coercing objects of class "zoo" to other classes currently include: as.ts, as.matrix, as.vector, as.data.frame, as.list (the latter also being available for "ts" objects).
胁迫类的对象的方法"zoo"其他类别目前包括:as.ts,as.matrix,as.vector,as.data.frame,as.list(后者也的情况"ts"对象)。

In the conversion between zoo and ts, the zooreg class is always used.
之间的转换zoo和ts,zooreg类总是使用。


值----------Value----------

as.zoo returns a zoo object.
as.zoo返回一个zoo对象。


参见----------See Also----------

zoo, zooreg, ts, its, irts,  tis, fts, mcmc, xts.
zoo,zooreg,ts,its,irts,tis,fts,mcmc,xts。


实例----------Examples----------


## coercion to zoo:[#胁迫动物园:]
## default method[#默认的方法]
as.zoo(rnorm(5))
## method for "ts" objects[#“TS”对象的方法]
as.zoo(ts(rnorm(5), start = 1981, freq = 12))

## coercion from zoo:[#胁迫动物园:]
x.date <- as.POSIXct(paste("2003-", rep(1:4, 4:1), "-", sample(1:28, 10, replace = TRUE), sep = ""))
x <- zoo(matrix(rnorm(24), ncol = 2), x.date)
as.matrix(x)
as.vector(x)
as.data.frame(x)
as.list(x)

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-23 23:04 , Processed in 0.019050 second(s), 16 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表