Skip to content

Commit

Permalink
typofix
Browse files Browse the repository at this point in the history
  • Loading branch information
n-kall committed Jan 15, 2024
1 parent 3c3d7e8 commit 3dc38b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/thin_draws.R
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#' @param thin (positive numeric) The period for selecting draws. Must
#' be between 1 and the number of iterations. If the value is not an
#' integer, the draws will be selected such that the number of draws
#' returned is equal to round(ndraws(x) / thin)). Intervals between
#' returned is equal to round(ndraws(x) / thin). Intervals between
#' selected draws will be either ceiling(thin) or floor(thin), such
#' that the average interval will be close to the thin value. If
#' `NULL`, it will be automatically calculated based on bulk and
Expand Down
2 changes: 1 addition & 1 deletion man/thin_draws.Rd

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

0 comments on commit 3dc38b1

Please sign in to comment.