mikeblazanin / gcplyr

gcplyr is an R package that facilitates wrangling and analysis of microbial growth curve data
https://mikeblazanin.github.io/gcplyr/
Other
28 stars 2 forks source link

use stats::runmed for moving_median #207

Open mikeblazanin opened 4 months ago

mikeblazanin commented 4 months ago

it is way more computationally efficient when only window_width_n and/or window_width_n_frac are specified

This is a spinoff from #89