Description Usage Arguments Value See Also Examples
Extract or set names of input or output series in a TSdata object.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | seriesNamesInput(x)
## S3 method for class 'TSdata'
seriesNamesInput(x)
## S3 method for class 'TSmodel'
seriesNamesInput(x)
## S3 method for class 'TSestModel'
seriesNamesInput(x)
seriesNamesOutput(x)
## S3 method for class 'TSdata'
seriesNamesOutput(x)
## S3 method for class 'TSmodel'
seriesNamesOutput(x)
## S3 method for class 'TSestModel'
seriesNamesOutput(x)
seriesNamesInput(x) <- value
seriesNamesOutput(x) <- value
|
x |
Object of class TSdata, TSmodel or TSestModel. |
value |
value to be assigned to object. |
The first usages gives a vector of strings with the series names. The second usages assigns a vector of strings to be the series names of data.
1 2 | data("eg1.DSE.data", package="dse")
seriesNamesOutput(eg1.DSE.data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.