powered by
Functions to get or set the names of a "timeDate" object.
"timeDate"
# S4 method for timeDate names(x) # S4 method for timeDate names(x) <- value
an object of class "timeDate".
a character vector of up to the same length as x, or NULL.
x
NULL
td <- timeCalendar() td names(td) <- LETTERS[seq_along(td)] td
Run the code above in your browser using DataLab