https://github.com/cran/pracma
Raw File
Tip revision: 71455748623ef69836470c75c5f9384f6e872d45 authored by HwB on 28 June 2011, 00:00:00 UTC
version 0.6-3
Tip revision: 7145574
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