View source: R/simulate_data.R
simulate_data | R Documentation |
This is a placeholder for a description.
simulate_data(
selection = "sir",
Npop = 1,
inits = c(0.99, 0.01, 0),
times = 0:99,
params = list(beta = 0.6, gamma = 0.1),
plotdata = TRUE,
sample_init = NULL,
nsample = NULL
)
selection |
default is |
Npop |
default is |
inits |
default is |
times |
default is |
params |
default is |
plotdata |
default is |
sample_init |
default is |
nsample |
default is |
This is a placeholder for what it returns.
Jae Choi, choi.jae.seok@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.