TSdescription(TSdbi)
TSdescription()所属R语言包:TSdbi
Specific Methods for Documenting Data
记录数据的具体方法。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
See the generic function description.
请参阅通用的功能描述。
用法----------Usage----------
TSmeta(x, con=getOption("TSconnection"), ...)
## S4 method for signature 'character,missing'
TSmeta(x, con=getOption("TSconnection"), ...)
## S4 method for signature 'character,ANY'
TSmeta(x, con=getOption("TSconnection"), ...)
## S4 method for signature 'ANY,missing'
TSmeta(x, con, ...)
TSmeta(x) <- value
TSdescription(x, con=getOption("TSconnection"), ...)
## S4 method for signature 'character,missing'
TSdescription(x, con=getOption("TSconnection"), ...)
## S4 method for signature 'character,ANY'
TSdescription(x, con=getOption("TSconnection"), ...)
## S4 method for signature 'ANY,missing'
TSdescription(x, con, ...)
## S4 method for signature 'missing,ANY'
TSdescription(x, con, serIDs, ...)
## S4 method for signature 'missing,missing'
TSdescription(x, serIDs, ...)
TSdescription(x) <- value
TSdoc(x, con=getOption("TSconnection"), ...)
## S4 method for signature 'character,missing'
TSdoc(x, con=getOption("TSconnection"), ...)
## S4 method for signature 'character,ANY'
TSdoc(x, con=getOption("TSconnection"), ...)
## S4 method for signature 'ANY,missing'
TSdoc(x, con, ...)
## S4 method for signature 'missing,ANY'
TSdoc(x, con, serIDs, ...)
## S4 method for signature 'missing,missing'
TSdoc(x, serIDs, ...)
TSdoc(x) <- value
TSlabel(x, con=getOption("TSconnection"), ...)
## S4 method for signature 'character,missing'
TSlabel(x, con=getOption("TSconnection"), ...)
## S4 method for signature 'character,ANY'
TSlabel(x, con=getOption("TSconnection"), ...)
## S4 method for signature 'ANY,missing'
TSlabel(x, con, ...)
## S4 method for signature 'missing,ANY'
TSlabel(x, con, serIDs, ...)
## S4 method for signature 'missing,missing'
TSlabel(x, serIDs, ...)
TSlabel(x) <- value
TSsource(x, con=getOption("TSconnection"), ...)
## S4 method for signature 'character,missing'
TSsource(x, con=getOption("TSconnection"), ...)
## S4 method for signature 'character,ANY'
TSsource(x, con=getOption("TSconnection"), ...)
## S4 method for signature 'ANY,missing'
TSsource(x, con, ...)
## S4 method for signature 'missing,ANY'
TSsource(x, con, serIDs, ...)
## S4 method for signature 'missing,missing'
TSsource(x, serIDs, ...)
TSsource(x) <- value
TSrefperiod(x)
## S4 method for signature 'default'
TSrefperiod(x)
TSrefperiod(x) <- value
参数----------Arguments----------
参数:con
A database connection.
一个数据库连接。
参数:serIDs
identifiers for series on the database.
的数据库标识符系列。
参数:x
a time series data object or an identifier for a series on the database.
时间序列数据对象或在数据库上进行了一系列的标识符。
参数:value
a character string (or vector of character strings).
一个字符的字符串(或字符串向量)。
参数:...
arguments passed to other methods.
参数传递给其他方法。
Details
详细信息----------Details----------
These functions return various information about the data series. Methods with con and serIDs (sometimes identifiers are passed as argument x) get data from the database. Others extract information from the object.
这些函数返回的各种信息,数据系列。方法与con和serIDs(有时标识符传递参数x)得到的数据从数据库中。其他提取信息的对象。
Assignments assign an attribute to the object x with value. If x is a multivariate time series (matrix) then value should be a vector of length equal the number of series. The reference period for a time series indicates a special refence point (e.g. "Wednesday" for weekly data collected on Wednesday).
分配的对象x与价值分配的属性。如果x是一个多变量的时间序列(矩阵),则value应该是一个矢量的长度相等的串联数。基准期的时间序列表示一个的特殊refence点(例如每周收集的数据在周三的“三”)。
The extraction methods extract the attribute.
的提取方法提取的属性。
值----------Value----------
Depends. See details.
视情况而定。查看详细信息。
参见----------See Also----------
TSget, TSput, TSexists, TSdates
TSget,TSput,TSexists,TSdates
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|