Skip to content

Commit

Permalink
Merge pull request #38 from spsanderson/development
Browse files Browse the repository at this point in the history
update brownian_motion() to have 25 sims like all others
  • Loading branch information
spsanderson authored Jul 22, 2024
2 parents 3bd3e54 + 5947369 commit 5e03f26
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 5e03f26

Please sign in to comment.