| seconds2time | R Documentation |
time2seconds() and seconds2time() determine the
time (format="hh:mm:ss.ss") from the value in seconds or vice versa.
Two digit hour precision optional.
seconds2time(x) time2seconds(x)
x |
Character or Numeric. Of the form |
Either number of seconds (numeric) or the time format
(character) as "hh:mm:ss.ss".
Stu Field
strsplit(), grep()
seconds2time(159.72)
time2seconds("3:44:12.04")
time2seconds("15:44:12.04")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.