rm_trackloss_events: Removes events with excessive trackloss

Description Usage Arguments Value Examples

View source: R/trackloss.R

Description

rm_trackloss_events removes events with less data than the specified amount.

Usage

1
rm_trackloss_events(data = data, RequiredData = NULL)

Arguments

data

A data table object output by mark_trackloss.

RequiredData

A number indicating the percentage of data required to be included (i.e., removes events with less than this amount of data).

Value

An object of type data table as described in tibble.

Examples

1
2
3
4
5
6
## Not run: 
library(VWPre)
# Remove events...
df <- rm_trackloss_events(data = dat, RequiredData = 50)

## End(Not run)

VWPre documentation built on Nov. 30, 2020, 1:08 a.m.