The 'fftab' package stores Fourier coefficients in a tibble and allows their manipulation in various ways. Functions are available for converting between complex, rectangular ('re', 'im'), and polar ('mod', 'arg') representations, as well as for extracting components as vectors or matrices. Inputs can include vectors, time series, and arrays of arbitrary dimensions, which are restored to their original form when inverting the transform. Since 'fftab' stores Fourier frequencies as columns in the tibble, many standard operations on spectral data can be easily performed using tidy packages like 'dplyr'.
Version: | 0.1.0 |
Imports: | dplyr, ggplot2, lifecycle, tibble, tidyr |
Suggests: | ggfortify, patchwork, testthat (≥ 3.0.0), zoo |
Published: | 2025-01-15 |
DOI: | 10.32614/CRAN.package.fftab |
Author: | Timothy Keitt [aut, cre] |
Maintainer: | Timothy Keitt <tkeitt at gmail.com> |
BugReports: | https://github.com/thk686/fftab/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/thk686/fftab, https://thk686.github.io/fftab/ |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | fftab results |
Reference manual: | fftab.pdf |
Package source: | fftab_0.1.0.tar.gz |
Windows binaries: | r-devel: fftab_0.1.0.zip, r-release: fftab_0.1.0.zip, r-oldrel: fftab_0.1.0.zip |
macOS binaries: | r-devel (arm64): fftab_0.1.0.tgz, r-release (arm64): fftab_0.1.0.tgz, r-oldrel (arm64): fftab_0.1.0.tgz, r-devel (x86_64): fftab_0.1.0.tgz, r-release (x86_64): fftab_0.1.0.tgz, r-oldrel (x86_64): fftab_0.1.0.tgz |
Please use the canonical form https://CRAN.R-project.org/package=fftab to link to this page.