Skip to content

Commit ab3c2f7

Browse files
committed
increase example iter
1 parent f337444 commit ab3c2f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/PBA.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@
120120
#' plot(retpba.noise, type = 'history')
121121
#'
122122
#' \dontrun{
123-
#' # ignore termination criteria and instead run for 30 seconds or 30000 iterations
124-
#' retpba.noise_30sec <- PBA(f.root_noisy, c(0,1), wait.time = "0:30", maxiter=30000)
123+
#' # ignore termination criteria and instead run for 30 seconds or 50000 iterations
124+
#' retpba.noise_30sec <- PBA(f.root_noisy, c(0,1), wait.time = "0:30", maxiter=50000)
125125
#' retpba.noise_30sec
126126
#'
127127
#' }

man/PBA.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)