dimnames {timeSeries} | R Documentation |
Functions and methods handling columns and rows of
'timeSeries' objects.
dim | Returns the dimension of a 'timeSeries' object, |
dimnames | Returns the dimension names of a 'timeSeries' object, |
colnames<- | Assigns column names to a 'timeSeries' object, |
rownames<- | Assigns row names to a 'timeSeries' object, |
value |
a valid value for names component of dimnames(x) .
|
x |
an object of class timeSeries .
|
NA
## NYI