Revision 3774b0f22ca4b02010dd88fe4e8619f057c61b36 authored by Martin Schlather on 03 October 2007, 00:00:00 UTC, committed by Gabor Csardi on 03 October 2007, 00:00:00 UTC
1 parent 4bc32bd
Raw File
sleep.Rd
\name{sleep.milli}
\alias{sleep.milli}
\alias{sleep}
\title{Sleep}
\description{
  Process sleeps for a given amount of time
}
\usage{
sleep.milli(milli)
}
\arguments{
  \item{milli}{sleeping time in milliseconds}
}
\value{
  No value is returned.
}
\author{Martin Schlather, \email{martin.schlather@math.uni-goettingen.de}
  \url{http://www.stochastik.math.uni-goettingen.de/institute}}
\keyword{utilities}
\keyword{misc}
back to top