run_manual_cleaner: Manual data cleaner

View source: R/addin.R

run_manual_cleanerR Documentation

Manual data cleaner

Description

Usually manual data cleaning should be avoided. However, sometimes in gas exchange data there is the need to delete a few clear "bad breaths" (noise). In these situations you may use this function. Although it is encouraged that you use the detect_outliers() function, you may use this function at your own risk. This function can also be used to clean other kind of data, like heart rate data.

Usage

run_manual_cleaner(.data, width = 1200, height = 900)

Arguments

.data

The data to be manually cleaned. The first column will be always treated as the x-axis.

width

The width, in pixels, of the window.

height

the height, in pixels, of the window.

Value

The code to reproduce the manual data cleaning.


fmmattioni/whippr documentation built on Feb. 23, 2024, 11:20 a.m.