plot.spg {TSSS}R Documentation

Plot Smoothed Periodogram

Description

Plot smoothed periodogram or logarithm of smoothed periodogram.

Usage

## S3 method for class 'spg'
plot(x, type = "vl", ...)

Arguments

x

an object of class "spg" as returned by period and fftper.

type

type of plot. ("l": lines, "vl" : vertical lines)

...

further graphical parameters may also be supplied as arguments.


[Package TSSS version 1.3.4-5 Index]