trimmer: Functions to modify interval between start and end of chamber...

Description Usage Arguments Details Value Examples

Description

These functions are used to modify the measurement interval.

Usage

1
trim_time(interval)

Arguments

interval

Intervall of chamber deployment. Created with interval.

Details

'trim_time()' increases start of interval to the nearest minute and decreases end of interval to the nearest minute.

Value

Modified interval

Examples

1
2
3
4
5
6
7
library(lubridate)
start <- ymd_hm("2018-06-25 12:13")
end <- ymd_hm("2018-06-25 12:18")
int <- interval(start, end)

int
trim_time(int)

tekknosol/glimmr documentation built on Oct. 17, 2020, 1:39 a.m.