as.character.CFTime | R Documentation |
CFTime
instance.Return the timestamps contained in the CFTime
instance.
## S3 method for class 'CFTime'
as.character(x, ...)
x |
The |
... |
Ignored. |
The timestamps in the specified CFTime
instance.
t <- CFtime("days since 1850-01-01", "julian", 0:364)
as.character(t)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.