specplot: 'specplot' plot of spectral estimate

Description Usage Arguments Examples

View source: R/frequdom.r

Description

specplot plot of spectral estimate

Usage

1
specplot(s, Log = FALSE)

Arguments

s

(n,2) or (n,4) matrix, output of specest

Log,

logical, if TRUE, the logs of the spectral estimates are shown

Examples

1
2
3
data(WHORMONE)
est <- specest(WHORMONE,50,0.05,win = c("perwinba","perwinpa"),conf=0,type="cov") 
specplot(est,Log=FALSE) 

tsapp documentation built on Oct. 30, 2021, 5:08 p.m.

Related to specplot in tsapp...