input.series.names {dse1} | R Documentation |
Extract or set names of input or output series in a TSdata object.
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
data |
Object of class TSdata. |
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.
if(is.R()) data("eg1.DSE.data", package="dse1") output.series.names(eg1.DSE.data)