PnT: Peak Finder

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
Author: Peter Pitfield [aut, cre]
Maintainer: Peter Pitfield <pitfieldp at gmail.com>
License: MIT + file LICENSE
NeedsCompilation: no
CRAN checks: PnT results

Documentation:

Reference manual: PnT.html , PnT.pdf
Vignettes: Peaks-and-Troughs (source, R code)

Downloads:

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): not available, r-oldrel (arm64): not available, r-release (x86_64): not available, r-oldrel (x86_64): not available

Linking:

Please use the canonical form https://CRAN.R-project.org/package=PnT to link to this page.