Skip to content

Commit

Permalink
specified parameter seed in compare.navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelvoirol committed May 15, 2023
1 parent 502bb5a commit 54a5fd3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/compare.navigation.R
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ compare.navigation <- function(..., nsim = 100,
col_50_brd = "#E74C3C",
col_95_brd = "#F5B041",
col_traj_error = "#1C12F54D",
time_interval_simu = 1) {
time_interval_simu = 1,
seed = 123) {
# store all elements in a list
dat <- list(...)
ndat <- length(dat)
Expand Down

0 comments on commit 54a5fd3

Please sign in to comment.