https://github.com/cran/pracma
Raw File
Tip revision: 63f12837f2d7d6d30cdc2b2df60efdef228d8d0f authored by HwB on 10 May 2011, 00:00:00 UTC
version 0.4-0
Tip revision: 63f1283
beep.Rd
\name{beep}
\alias{beep}
\title{
Beep function (Matlab style)
}
\description{
  Produce beep sound.
}
\usage{
beep()
}
\details{
  Produces the computers default beep sound.
}
\value{
  NULL invisibly
}
\examples{
# beep()
}
back to top