names-methods | R Documentation |
Functions to get or set the names of a "timeDate"
object.
## S4 method for signature 'timeDate'
names(x)
## S4 replacement method for signature 'timeDate'
names(x) <- value
x |
an object of class |
value |
a character vector of up to the same length as |
td <- timeCalendar()
td
names(td) <- LETTERS[seq_along(td)]
td
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.