Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

hours

convert hours


Description

Functions for conversion of hour representations

Usage

Hd( h, m, s )
Hms( hd )
Hdms( hd )
Hmsd( hms )

Arguments

h, m, s

Real, representing hours, minutes, seconds

hd,hms

Real, decimal hours, and concatenated h,m,s

Value

Hdhours Hmsc(h,m,s) Hdmshh.mmss Hmsd(Decimal) hours

Author(s)

Christian W. Hoffmann <christian@echoffmann.ch>

Examples

Hd( 12,25,17) # 12.421389
  Hms(1.421389) # 1h 25m 17.0004s
  Hmsd(12.421389) # 1h 42m 13.89 -> 12.703858 h
  Hdms(12.703858) # 12.421389 h

cwhmisc

Miscellaneous Functions for Math, Plotting, Printing, Statistics, Strings, and Tools

v6.6
GPL (>= 2)
Authors
Christian W. Hoffmann
Initial release
2018-08-24, 10:40:10

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.