fm_filter_spikes: Identify anomalies in the flight mill data set

Description Usage Arguments Value

View source: R/fm_filter_spikes.R

Description

Identifies anomalies in the flight mill data set by using the median absolute deviation of the flight speed and creates a column that is either a 1: it is a spike and 0: is not a spike

Usage

1
fm_filter_spikes(x, madThreshold = 4)

Arguments

x

Data frame

madThreshold

Computes the median absolute deviation using a numeric vector threshold

Value

A data frame with summary data and another data frame with the complete time series data


JayeNewman/flightmill documentation built on Jan. 3, 2022, 12:20 a.m.