transprob {denim} | R Documentation |
A fixed percentage of the left compartment transit to the right compartment at every time step
transprob(x)
x |
a float number between 0 to 1 |
a Distribution object for simulator
transitions <- list("S->I"=transprob(0.8))