Advertisement
Guest User

Untitled

a guest
Feb 24th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. exp1 <- load_experiment("sir", system.file("models", "sir.gaml", package = "rama"))
  2. exp1$seed <- 2341234
  3. exp1 <- repl(exp1, 2)
  4. exp1$r_R <- 2:3
  5. output <- run_experiment(exp1)
  6. str(output)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement