R/psteppar.R

Defines functions psteppar

Documented in psteppar

# DRAW RANDOM VALUES FOR THE PARAMETERS OF THE PSTEP
# TIME 

psteppar<- function(pstep){

psteptime <- runif(1, pstep$time_min, pstep$time_max)

return(psteptime)

} # END FUNCTION

Try the NPMPM package in your browser

Any scripts or data that you put into this service are public.

NPMPM documentation built on May 29, 2017, 11:48 a.m.