powered by
## S3 method for class 'coalmodel': simulate(object, nsim = 1, seed, ..., pars = numeric(0))
par_named
par_range
model <- coal_model(c(5,10), 20) + feat_pop_merge(par_range('tau', 0.01, 5), 2, 1) + feat_mutation(par_range('theta', 1, 10)) + sumstat_jsfs() simulate(model, pars=c(1, 5))
Run the code above in your browser using DataLab