Skip to content

Commit

Permalink
update brownian_motion() to have 25 sims like all others
Browse files Browse the repository at this point in the history
  • Loading branch information
spsanderson committed Jul 22, 2024
1 parent 3bd3e54 commit 5947369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/gen-brown-motion.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ NULL
#' @export
#' @rdname brownian_motion

brownian_motion <- function(.num_walks = 10, .n = 100, .delta_time = 1,
brownian_motion <- function(.num_walks = 25, .n = 100, .delta_time = 1,
.initial_value = 0, .return_tibble = TRUE) {

# Tidyeval ----
Expand Down
2 changes: 1 addition & 1 deletion man/brownian_motion.Rd

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

0 comments on commit 5947369

Please sign in to comment.