.zoc_big_drift | R Documentation |
Zero-offset correct tidy trace data frame with extreme drift
.zoc_big_drift(trace, k_h = 500, depth_bounds = c(-1, 1))
trace |
tidy trace data frame, contains the x and y values of the trace |
k_h |
numeric value, size of the larger window used for the second filter. This default is set to 500, but should be smaller for records with extreme drift. |
depth_bounds |
two concatenated numbers restricted search window for where y = 0 should likely be. For the records, this should be in cm. Default set c(-1, 1). |
trace data frame after it has been zero-offset corrected
## Not run:
zoc_big_drift(trace, k_h = 500, depth_bounds = c(-1, 2))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.