insec: In second

Description Usage Arguments Examples

View source: R/insec.R

Description

The function insec() gives the values in second

Usage

1
insec(timeResolution, v = 1, INV = FALSE)

Arguments

timeResolution

choice between "daily","hourly","minute","second"

v

value

INV

boolean if into non-second

Examples

1
2
res <- insec(timeResolution="hourly",v=4)
res <- insec(timeResolution="hourly",v=4,INV=TRUE)

nexModeling/timeManip documentation built on May 23, 2019, 4:28 p.m.