Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

summary.lsp

Summarise Lomb-Scargle Periodogram Results


Description

Summary method for class lsp.

Usage

## S3 method for class 'lsp'
summary(object,...)

Arguments

object

an object of class lsp.

...

currently, no other arguments are required.

Value

summary.lsp returns a one column data.frame with results from function lsp. Row names and contents are as follows:

Time

Name of the sampling time variable.

Data

Name of the measured variable.

Type

either “frequency” or “period”.

Oversampling factor

The degee of oversampling (>=1).

From

The lowest frequency (or period, depending on type) inspected.

To

The highest frequency (or period, depending on type) inspected.

# frequencies

The number of frequencies (or periods, depending on type) inspected.

PNmax

The peak normalised power in the periodogram.

At frequency

The frequency at which PNmax occurred.

At period

The period at which PNmax occurred.

P-value (PNmax)

The probability that PNmax occured by chance, computed from the exponential distribution.

Author(s)

See Also

Examples

data(lynx)
summary(lsp(lynx))

lomb

Lomb-Scargle Periodogram

v1.2
GPL (>= 2)
Authors
Thomas Ruf, partially based on C original by Press et al. (Numerical Recipes)
Initial release
2019-11-29

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.