dec_time: Calculate time in hh:mm format from decimal time

Description Usage Arguments Value Author(s) Examples

Description

calculates time in format 23:30 from 23.5

Usage

1
dec_time(dectime)

Arguments

dectime

time vector in decimal numeric format

Value

character time vector in hh:mm format

Author(s)

Maite Lezama Valdes

Examples

1
2
dt <- c(23.1, 23.5, 23.6)
dec_time(dt)

MLezamaValdes/LocST documentation built on June 6, 2019, 7:40 p.m.