Time decomposition
Trasform time from hours, minutes and seconds to seconds
deco.time(x, y, z, verbose = TRUE)
x
: are hoursy
: are minutesz
: are secondsverbose
: logic argument that on or off message (default is TRUE)time decomposition in seconds
# Convert H:M:S to seconds x = 5 # Hours y = 25 # minutes z = 50 # seconds deco.time(x = x, y = y, z = z)
Pasquale Scordino p.scordino@arpa.piemonte.it
Simone Sperotto s.sperotto@arpa.piemonte.it
Useful links