run_manual_cleaner {whippr} | R 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.
[Package whippr version 0.1.3 Index]