dayno.clock.reversed | R Documentation |
Convert from fraction of day to wall-clock time. Full days are ignored (so 0.5, 1.5, and 5573476.5 all convert to "12:00"). Likewise, for example, 0.0 ane 1.0 both convert to "00:00" (Not "24:00"). Sample call: dayno.clock.reversed(c(0.0,0.3,4444.5)) (returns: "00:00",""07:12","12:00")
dayno.clock.reversed(c(0.0,0.3,4444.5))
See also: dayno.calc conv.ref.date dayno.clock English.months get.date.range
Ttime |
is the time to be converted |
vector with fractional day numbers
Claus E. Andersen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.