View source: R/make.functions.R
make.uniform.draw | R Documentation |
Create a function that makes draws from a uniform distribution. Function calls runif(1)
make.uniform.draw()
A function that makes draws from a uniform distribution
set.seed(17)
net<-sim.bdh.age(1,1,5,2,1,c(1/3,1/3,1/3),hyb.inher.fxn = make.uniform.draw(),
complete=TRUE)[[1]]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.