print.fft: FFT-Plotting Function

Description Usage Arguments Value Examples

View source: R/printFFT.R

Description

It calls the summary function.

Usage

1
2
## S3 method for class 'fft'
print(x, ...)

Arguments

x

lomb object

...

not used

Value

This function returns nothing

Examples

1
# see summary.lomb() function

spectral documentation built on March 29, 2021, 5:10 p.m.

Related to print.fft in spectral...