| sleep.milli {RandomFieldsUtils} | R Documentation |
Process sleeps for a given amount of time
sleep.milli(n) sleep.micro(n)
n |
integer. sleeping time units |
No value is returned.
Martin Schlather, schlather@math.uni-mannheim.de, http://ms.math.uni-mannheim.de
## next command waits half a second before returning sleep.milli(500)