R package to filter heart rates and other noisy physiological measures. For more information see the vignette.
To install, open RStudio and type in the console window:
install.packages (devtools)
library (devtools)
install_github ("thomaspruf/boxfilter", build=F)
library (boxfilter)