This program contains a function to find the peaks and troughs of a data set. It filters the set of peaks to remove noise based on the expected height and expected slope of a peak. Peaks that are too short (caused by random noise), or too shallow (part of the background data) are filtered out.
Version: | 0.1.0 |
Depends: | R (≥ 3.5.0) |
Imports: | dplyr, magrittr, rlang |
Suggests: | knitr, plotly, rmarkdown, testthat (≥ 3.0.0) |
Published: | 2025-09-14 |
DOI: | 10.32614/CRAN.package.PnT |
Author: | Peter Pitfield [aut, cre] |
Maintainer: | Peter Pitfield <pitfieldp at gmail.com> |
License: | MIT + file LICENSE |
NeedsCompilation: | no |
CRAN checks: | PnT results |
Reference manual: | PnT.html , PnT.pdf |
Vignettes: |
Peaks-and-Troughs (source, R code) |
Package source: | PnT_0.1.0.tar.gz |
Windows binaries: | r-devel: not available, r-release: not available, r-oldrel: not available |
macOS binaries: | r-release (arm64): PnT_0.1.0.tgz, r-oldrel (arm64): PnT_0.1.0.tgz, r-release (x86_64): PnT_0.1.0.tgz, r-oldrel (x86_64): PnT_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=PnT to link to this page.