| time_from_model | R Documentation |
Converts numeric model time to Date or POSIXct using a compiled time spec.
time_from_model(t, time_spec, class = c("origin", "Date", "POSIXct"))
t |
Numeric model time. |
time_spec |
A compiled time spec from time_spec(unit = ...). |
class |
Output class: 'origin' (match the origin class), 'Date', or 'POSIXct'. |
A Date or POSIXct vector.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.