https://github.com/cran/pracma
Raw File
Tip revision: 392ae21a013fb3f518e8f9eb8efb458a55a2eca2 authored by HwB on 09 April 2011, 00:00:00 UTC
version 0.3-0
Tip revision: 392ae21
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