powered by
Retrieves and displays the npeaks largest peaks in the periodogram-
getpeaks(object,npeaks,plotit)
Returns a list with
A dataframe with times an heights of peaks
An annotated periodogram
object must be of class "lsp"
number of peaks to get
if TRUE show plot
Thomas Ruf thomas.p.ruf@me.com
show
per=lsp(lynx,ofac=5) getpeaks(per,6) # obtain the 6 largest peaks
Run the code above in your browser using DataLab