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

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

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

                                        Methods for TSdbi Generics to Connect to Spreadsheets
                                         TSdbi泛型方法连接到电子表格

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

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

Get a time series (matrix) from a spreadsheet.
从电子表格中获取的时间序列(矩阵)。


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


     xlsCall()
    ## S4 method for signature 'character,TSxlsConnection'
TSget(
        serIDs, con, TSrepresentation = options()$TSrepresentation,
        tf = NULL, start = tfstart(tf), end = tfend(tf), names=serIDs, ...)
    ## S4 method for signature 'xlsDriver,character'
TSconnect( drv, dbname,
       map=list(ids, data, dates, names=NULL, description=NULL,
         tsrepresentation = function(data,dates){zoo(data, as.Date(dates))}),
          ...)
    ## S4 method for signature 'character,TSxlsConnection'
TSdates(
        serIDs, con, vintage=NULL, panel=NULL, ... )  
    ## S4 method for signature 'character,TSxlsConnection'
TSdescription(x, con, ... )  
    ## S4 method for signature 'character,TSxlsConnection'
TSdoc(x, con, ... )  
    ## S4 method for signature 'character,TSxlsConnection'
TSlabel(x, con, ... )  
    ## S4 method for signature 'character,TSxlsConnection'
TSsource(x, con, ... )  

    ## S4 method for signature 'TSxlsConnection'
dbDisconnect(conn,...)



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

参数:con
a database connection object.
一个数据库连接对象。


参数:conn
a database connection object.
一个数据库连接对象。


参数:serIDs
identifiers for series on the database.
的数据库标识符系列。


参数:vintage
character string indicating vintage of the series on the  database (not supported by this database).
字符串,指示复古系列的数据库(这个数据库不支持)。


参数:panel
character string indicating panel of the series on the  database (not supported by this database).
字符串,表示面板的系列数据库(这个数据库不支持)。


参数:x
time series data(TSput), or  identifiers for series on the database (TSdoc and TSdescription).
时间系列数据(TSput“),或对数据库标识符系列(TSdoc和TSdescription)。


参数:names
optional character vector to use for series names in the R object.
可选字符向量,用系列的R对象的名称。


参数:drv
a database driver object.
一个数据库驱动的对象。


参数:dbname
a character string indicating the name of a database.
一个字符表示一个数据库的名称的字符串。


参数:tf
time frame for trimming data, passed to tfwindow.
剪切数据的时间框架,传递到tfwindow的。


参数:start
time frame for trimming data, passed to tfwindow.
剪切数据的时间框架,传递到tfwindow的。


参数:end
time frame for trimming data, passed to tfwindow.
剪切数据的时间框架,传递到tfwindow的。


参数:TSrepresentation
time representation for returned series.  (See TSget in package TSdbi.)
返回系列的时间表示。 (见TSget,在包TSdbi。)


参数:map
A list with elements indicating the location of data, serIDs, dates, and optional metadata (see Details).
列表元素显示数据的位置,serIDs,日期,和可选的元数据(见详情)。


参数:...
Arguments currently unused.
目前未使用的参数。


Details

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

These functions interface to the spreadsheets (.xls) files.  TSget is just a wrapper to read.xls to provide an interface that is consistent  with TSdbi. The TSdbi function argument serId is passed as the series to return, dbname indicates the spreadsheets file.  (See TSget in TSdbi for more details on how this works.)
这些功能界面的电子表格(.xls)文件。 TSget只是一个包装read.xls提供一个接口,符合TSdbi。 TSdbi函数的参数serId传递的系列返回,dbname表示电子表格的文件。 (见TSgetTSdbi这是如何工作的更多细节。)

TSxls does not support writing data to the source.
TSxls不支持写入数据源。

The classes xlsDriver and TSxlsConnection extend classes DBIDriver and  DBIConnection in the DBI package.
的类xlsDriver和TSxlsConnection扩展类DBIDriver和DBIConnection在DBI包。

See the package vignette for additional examples.
更多的例子,请参阅程序包的小插曲。


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

Depends.
视情况而定。


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

TSdates, TSget, tfwindow,
TSdates,TSget,tfwindow,


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


  require("tfplot")
  if (require("TSxls")){
    con <- try(TSconnect("xls", dbname="OECD"))
    if(! inherits(con, "try-error")) {
        x <- TSget("whatever", con)
        tfplot(x)
       }
    }

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


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

使用道具 举报

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

本版积分规则

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

GMT+8, 2024-11-29 02:38 , Processed in 0.018677 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

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