seconds.to.hms-deprecated: Converts a time value given as number of seconds since midnight to the
H:M:S format
Description
This function is very similar to strftime with the
%X conversion specification. Hour values larger than 24 are
permitted. Fractions will be rounded down to the next integer. Non-numeric
values are coerced to NA with a warning.
Usage
seconds.to.hms(x)
Arguments
x
A (vector of) numbers.
Value
A (vector of) character values of the same length as x.