https://github.com/cran/pracma
Raw File
Tip revision: a850b1ad48fcaac7a21cb289147c932e23b23acb authored by HwB on 15 July 2011, 00:00:00 UTC
version 0.7-3
Tip revision: a850b1a
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