trim: Trims deployment start and end periods of spurious data via...

Description Usage Arguments Value Author(s)

View source: R/trim.r

Description

Trims deployment start and end periods of spurious data via changepoint estimation

Usage

1
trim(d, hang = 0.95, gap = 0.98)

Arguments

d

track data that has already been strip'ped

hang

quantile of date range above which data gaps should be examined for potential discarding

gap

quantile of gap size (time difference) above which data beyond the hang-th quantile should be flagged for discard.

Value

A tbl_df grouped by individual id is returned.

Author(s)

Ian Jonsen


ianjonsen/slootr documentation built on May 18, 2019, 1:28 a.m.