pershow {lomb}R Documentation

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(s)

Thomas Ruf thomas.p.ruf@me.com

See Also

getpeaks

Examples


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

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


[Package lomb version 2.5.0 Index]