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, ...)
}

Try the e1071 package in your browser

Any scripts or data that you put into this service are public.

e1071 documentation built on May 29, 2024, 10:08 a.m.