UTC | R Documentation |
Calculate the time in UTC for each timestep of the MCSs
UTC(YEAR, MONTH, DAY, HOUR, TIME)
YEAR |
String. Year field name. |
MONTH |
String. Month field name. |
DAY |
String. Day field name. |
HOUR |
String. Hour of genesis field name. |
TIME |
String. TIME counter lifespan field. E.g.: 0, 0.5, 1.0, 1.5. |
data.frame
## Not run:
dt$timeUTC <- UTC(YEAR = dt$YEAR,
MONTH = dt$MONTH,
DAY = dt$DAY,
HOUR = dt$HOUR,
TIME = dt$TIME)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.