trim_bad_probe | R Documentation |
automatically detect and drop bad probes once they stop working. very useful for probes attached to mouse tails as they can fall off.
trim_bad_probe(tidy_telem, DegC_threshold = 23, over_how_long = "4 hours")
tidy_telem |
a tidy telemetry tibble, as produced by read_starr or read_oddi |
DegC_threshold |
what temperature in C is considered a spuriously low reading? |
over_how_long |
temp values should be below the threshold over how big of a time window before probe is considered bad? |
a tidy telemetry tibble with bad probes removed starting a the point that they meet "bad" criteria
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.