deco.time | R Documentation |
Trasform time from hours, minutes and seconds to seconds
deco.time(x, y, z, verbose = TRUE)
x |
are hours |
y |
are minutes |
z |
are seconds |
verbose |
logic argument that on or off message (default is TRUE) |
time decomposition in seconds
Pasquale Scordino p.scordino@arpa.piemonte.it
Simone Sperotto s.sperotto@arpa.piemonte.it
# Convert H:M:S to seconds
x = 5 # Hours
y = 25 # minutes
z = 50 # seconds
deco.time(x = x, y = y, z = z)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.