Learn R Programming

fftab (version 0.1.0)

plot.fftab: Plot the modulus of FFT results

Description

Plots the modulus of the FFT results against the frequencies.

Usage

# S3 method for fftab
plot(x, ...)

Value

A ggplot object representing the modulus of FFT results plotted against the frequencies. The plot shows the modulus (mod) on the y-axis and frequency values on the x-axis.

Arguments

x

A fftab object. This should contain Fourier-transformed data.

...

Additional arguments passed to ggplot2::ggplot.