seriesNames.TSdata {dse1}R Documentation

Series Names Specific Methods

Description

See the generic function description.

Usage

    ## S3 method for class 'TSdata':
    seriesNames(x)
    ## S3 method for class 'TSmodel':
    seriesNames(x)
    ## S3 method for class 'TSestModel':
    seriesNames(x)
    
    ## S3 method for class 'TSdata':
    seriesNames(x) <- value
    ## S3 method for class 'TSmodel':
    seriesNames(x) <- value
    ## S3 method for class 'TSestModel':
    seriesNames(x) <- value

Arguments

x an object from which series names can be extracted or to which series names are to be assigned.
value series names to be assigned to data.

See Also

seriesNames


[Package dse1 version 2008.10-1 Index]