Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

methods-names

The Names of a timeDate Object


Description

Functions to get or set the names of a timeDate object.

Usage

## S4 method for signature 'timeDate'
names(x)
## S4 replacement method for signature 'timeDate'
names(x) <- value

Arguments

x

an object of class timeDate.

value

a character vector of up to the same length as 'x', or 'NULL'.

Examples

td <- timeCalendar()
td
names(td) <- LETTERS[seq_along(td)]
td

timeDate

Rmetrics - Chronological and Calendar Objects

v3043.102
GPL (>= 2)
Authors
Diethelm Wuertz [aut], Tobias Setz [cre], Yohan Chalabi [ctb], Martin Maechler [ctb], Joe W. Byers [ctb]
Initial release
2018-02-21

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.