Learn R Programming

dse (version 2014.11-1)

seriesNamesInput: TSdata Series Names

Description

Extract or set names of input or output series in a TSdata object.

Usage

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

Arguments

x
Object of class TSdata, TSmodel or TSestModel.
value
value to be assigned to object.

Value

  • 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.

concept

DSE

See Also

seriesNames

Examples

Run this code
data("eg1.DSE.data", package="dse")
seriesNamesOutput(eg1.DSE.data)

Run the code above in your browser using DataLab