fuzz_telem | R Documentation |
average telemetry data over user defined windows. very useful when data appear very noisy/oversampled
fuzz_telem(tidy_telem, output_window, sum_counts = F)
tidy_telem |
a tidy telemetry tibble, as produced by read_starr or read_oddi |
output_window |
what should final output increment be? |
sum_counts |
logical. should counts be summed rather than averaged? |
a time fuzzed tidy telemetry tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.