Learn R Programming

lomb (version 2.5.0)

pershow: show periodogram

Description

Shows a periodogram in browser window as line and dot plot. When moving the cursor close to dots times an peak-heights of the periodogram are shown.

Usage

pershow(object) # object of class "lsp"

Arguments

object

an object of class "lsp"

Author

Thomas Ruf thomas.p.ruf@me.com

See Also

getpeaks

Examples

Run this code

per=lsp(lynx,ofac=2)
pershow(per)

#In Rstudio go to the viewer pane. Move mouse to point of interest.

Run the code above in your browser using DataLab