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

R语言 TSAgg包 timeSeries()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-10-1 12:19:23 | 显示全部楼层 |阅读模式
timeSeries(TSAgg)
timeSeries()所属R语言包:TSAgg

                                         Function to create a TSAgg formatted object.
                                         功能创建一个TSAgg的格式的对象。

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

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

This function is required to organise the data into the required structure for all functions of the package TSAgg.
此功能是必需的成所需的结构来组织数据的包的所有功能。TSAgg。


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


timeSeries(dates, dateformat, data = NULL,tz="GMT")



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

参数:dates
A vector, or data.frame of one column of dates.   
一个向量,一列日期或数据框。


参数:dateformat
A string indicating the format of the dates (e.g. "   
一个字符串,指示的日期格式(例如“


参数:data
A vector or data.frame of data. Must be the same length as dates column.  
一个向量或数据框的数据。必须是相同的长度,日期列。


参数:tz
A character string specifying the time zone to be used. If not specified the system tz may be used. This is different on each OS, therefore it is recommended that this is supplied. Default is GMT.  
一个字符串,指定要使用的时区。如果未指定的系统TZ可能被使用。每个OS上,这是不同的,因此它是建议,这被供给。默认值是GMT。


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

Returns a data.frame with dates formatted as as.POSIXlt and data, if provided.     
as.POSIXlt和数据格式的日期,如果返回一个数据框。


(作者)----------Author(s)----------


Jason Lessels <jason.lessels@sydney.edu.au>





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

strptime
strptime


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


#Load the dataset foo:[加载数据集美孚:]
data(foo)
#Look at the dataset foo for the date string format:[看看数据集富的日期字符串格式:]
head(foo)
foo.ts <- timeSeries(foo[,1],"%d/%m/%Y   %H:%M",foo[,3])
#Try entering data manually into the function:[尝试进入手动将数据的功能:]
one.date <- timeSeries("08-09-30","%y-%m-%d",4)
#Look at the results:[看看下面的结果:]
one.date


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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-29 10:54 , Processed in 0.021143 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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