Skip to content

Commit

Permalink
reduce R in probability_contain example to reduce runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlambert committed Jan 28, 2025
1 parent 340ca2e commit 90e6d78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/probability_contain.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
#' rlnorm(n, meanlog = 1, sdlog = 1.5)
#' }
#' probability_contain(
#' R = 1.5,
#' R = 1.2,
#' k = 0.5,
#' num_init_infect = 1,
#' simulate = TRUE,
Expand Down
2 changes: 1 addition & 1 deletion man/probability_contain.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 90e6d78

Please sign in to comment.