Plots the modulus of the FFT results against the frequencies.
# S3 method for fftab
plot(x, ...)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.
A fftab object. This should contain Fourier-transformed data.
Additional arguments passed to ggplot2::ggplot.