Revision b270a23974945ef2220b2eb3a8f54d5a39fd86ae authored by Martin Schlather on 29 June 2009, 00:00:00 UTC, committed by Gabor Csardi on 29 June 2009, 00:00:00 UTC
1 parent a48e27e
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