?? rectangle.window.rd
字號:
\name{rectangle.window}\title{Computes the Coefficients of a Rectangle Window.}\usage{rectangle.window(n)}\alias{rectangle.window}\arguments{\item{n}{The length of the window.}}\description{Returns the filter coefficents of a rectanglewindow. That is a vector of \code{n} 1.The purpose of this function is just to have a name for the R command\code{rep (1, n)}. }\value{A vector of length \code{n} filled with 1.}\author{Andreas Weingessel}\seealso{stft}\examples{x<-rnorm(500)y<-stft(x, wtype="rectangle.window")plot(y)}\keyword{ts}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -