c | R Documentation |
Concatenates "timeDate"
objects.
## S3 method for class 'timeDate'
c(..., recursive = FALSE)
recursive |
a logical. If recursive is set to |
... |
arguments passed to other methods. |
an object of class "timeDate"
## timeCalendar
# Create Character Vectors:
GMT = timeCalendar(zone = "GMT", FinCenter = "GMT") + 16*3600
ZUR = timeCalendar(zone = "GMT", FinCenter = "Zurich") + 16*3600
## c
# concatenate and replicate timeDate objects
sort(c(GMT, ZUR))
sort(c(ZUR, GMT))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.