deco.time {OpeNoise} | R Documentation |
Time decomposition
Description
Trasform time from hours, minutes and seconds to seconds
Usage
deco.time(x, y, z, verbose = TRUE)
Arguments
x |
are hours |
y |
are minutes |
z |
are seconds |
verbose |
logic argument that on or off message (default is TRUE) |
Value
time decomposition in seconds
Author(s)
Pasquale Scordino p.scordino@arpa.piemonte.it
Simone Sperotto s.sperotto@arpa.piemonte.it
Examples
# Convert H:M:S to seconds
x = 5 # Hours
y = 25 # minutes
z = 50 # seconds
deco.time(x = x, y = y, z = z)
[Package OpeNoise version 0.2-18 Index]