?? plot.stft.rd
字號:
\name{plot.stft}\alias{plot.stft}\title{Plot Short Time Fourier Transforms}\description{ An object of class \code{"stft"} is plotted as a gray scale image. The x-axis corresponds to time, the y-axis to frequency. If the default colormap is used, dark regions in the plot correspond to high values at the particular time/frequency location.}\usage{\method{plot}{stft}(x, col = gray(63:0/63), \dots)}\arguments{ \item{x}{An object of class \code{"stft"} as obtained by the function \code{stft}.} \item{col}{An optional colormap. By default 64 gray values are used, where white corresponds to the minimum value and black to the maximum.} \item{\dots}{further arguments to be passed to or from methods.}}\value{No return value. This function is only for plotting.}\author{Andreas Weingessel}\seealso{stft}\examples{x<-rnorm(500)y<-stft(x)plot(y)}\keyword{ts}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -