Learn R Programming

dse (version 2020.2-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 TSdata
seriesNamesInput(x)
    # S3 method for TSmodel
seriesNamesInput(x)
    # S3 method for TSestModel
seriesNamesInput(x)

seriesNamesOutput(x) # S3 method for TSdata seriesNamesOutput(x) # S3 method for TSmodel seriesNamesOutput(x) # S3 method for 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.

See Also

seriesNames

Examples

Run this code
# NOT RUN {
data("eg1.DSE.data", package="dse")
seriesNamesOutput(eg1.DSE.data) 
# }

Run the code above in your browser using DataLab