R/plot.stft.R

plot.stft <- function (x, col = gray (63:0/63), ...)
  {
    x <- x$values
    image(x=1:dim(x)[1], y=1:dim(x)[2], z=x, col=col, ...)
}
molnplus/DasProjekt-e1071 documentation built on May 23, 2019, 6:06 a.m.