input.series.names {dse1}R Documentation

TSdata Series Names

Description

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

Usage

    input.series.names(x)
    input.series.names(x)
    input.series.names(x)
    input.series.names(x)

    output.series.names(x)
    output.series.names(x)
    output.series.names(x)
    output.series.names(x)

    input.series.names(x)  <- value
    output.series.names(x) <- value

Arguments

data Object of class TSdata.

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

series.names

Examples

if(is.R()) data("eg1.DSE.data", package="dse1")
output.series.names(eg1.DSE.data)