Unlimited learning, half price | 50% off

Last chance! 50% off unlimited learning

Sale ends in


tsapp (version 1.0.4)

specplot: specplot plot of spectral estimate

Description

specplot plot of spectral estimate

Usage

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

Run this code
# NOT RUN {
data(WHORMONE)
est <- specest(WHORMONE,50,0.05,win = c("perwinba","perwinpa"),conf=0,type="cov") 
specplot(est,Log=FALSE) 
# }

Run the code above in your browser using DataLab