Learn R Programming

spectral (version 2.0)

summary.fft: Summarize FFT objects

Description

The function summarizes properties from the class(fft) object.

Usage

# S3 method for fft
summary(object, p0 = 0.01, ...)

Arguments

object

lomb object

p0

False Alarm Probability (FAP) threshold, default 1%

...

not used

Value

a list of significant values of the spectral analysis

Details

The false alarm probability threshold p0 value can be changed to modify the amount of significant peaks.

Examples

Run this code
# NOT RUN {
# see spec.fft() example

# }

Run the code above in your browser using DataLab