Package: boxfilter Type: Package Title: Filter Noisy Data Version: 0.2 Date: 2022-05-20 Authors@R: c( person(given="Thomas", family="Ruf", email= "Thomas.P.Ruf@me.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-9235-7079"))) Maintainer: Thomas Ruf Description: Noise filter based on determining the proportion of neighboring points. A false point will be rejected if it has only few neighbors, but accepted if the proportion of neighbors in a rectangular frame is high. The size of the rectangular frame as well as the cut-off value, i.e. of a minimum proportion of neighbor-points, may be supplied or can be calculated automatically. Originally designed for the cleaning of heart rates, but suitable for filtering any slowly-changing physiological variable.For more information see Signer (2010). License: GPL (>= 3) Encoding: UTF-8 LazyData: true Imports: ggplot2, gridExtra Depends: R (>= 3.50) Suggests: knitr, rmarkdown VignetteBuilder: knitr Repository: https://thomaspruf.r-universe.dev Date/Publication: 2023-05-19 10:14:22 UTC RemoteUrl: https://github.com/thomaspruf/boxfilter RemoteRef: HEAD RemoteSha: fbe9cf5da91776d6e165e1088f4698b4b0149dcd NeedsCompilation: no Packaged: 2026-06-10 09:22:46 UTC; root Author: Thomas Ruf [aut, cre] (ORCID: )