trim_bad_probe: automatically detect and drop bad probes once they stop...

trim_bad_probeR Documentation

automatically detect and drop bad probes once they stop working. very useful for probes attached to mouse tails as they can fall off.

Description

automatically detect and drop bad probes once they stop working. very useful for probes attached to mouse tails as they can fall off.

Usage

trim_bad_probe(tidy_telem, DegC_threshold = 23, over_how_long = "4 hours")

Arguments

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?

Value

a tidy telemetry tibble with bad probes removed starting a the point that they meet "bad" criteria


jevanveen/telemR documentation built on June 10, 2024, 11:11 a.m.