specplot function

specplot plot of spectral estimate

specplot plot of spectral estimate

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

data(WHORMONE) est <- specest(WHORMONE,50,0.05,win = c("perwinba","perwinpa"),conf=0,type="cov") specplot(est,Log=FALSE)
  • Maintainer: Rainer Schlittgen
  • License: GPL
  • Last published: 2021-10-30

Useful links