Skip to content

Commit

Permalink
small changes in vignettes
Browse files Browse the repository at this point in the history
  • Loading branch information
MOshima-PIFSC committed Feb 2, 2024
1 parent e6aaee2 commit d46ae17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vignettes/articles/Jitter.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ r4ss::run(dir = dir_jitter, exe = "ss3", verbose = FALSE)
For this example, we will run 50 jitters. The `jitter()` function automates the entire process so you only need to give it a few arguments and it will run and produce the total likelihoods for each run.

```{r run-jitter}
Njitter <- 5
Njitter <- 50
jit.likes <- r4ss::jitter(dir = dir_jitter,
Njitter = Njitter,
init_values_src = 1,
Expand Down
2 changes: 1 addition & 1 deletion vignettes/articles/likelihood.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ profile(dir = dir_profile,
string = "SR_LN",
profilevec = r0_vec,
exe = "ss3",
verbose = TRUE)
verbose = FALSE)
```

## Visualizing Output
Expand Down

0 comments on commit d46ae17

Please sign in to comment.