Skip to content

Commit

Permalink
modify subset_draws exclusion doc
Browse files Browse the repository at this point in the history
  • Loading branch information
n-kall committed Jan 12, 2024
1 parent eab298d commit 2bcd48f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions R/subset_draws.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,8 @@
#' unique chains, iterations, and draws are selected regardless of
#' how often they appear in the respective selecting arguments.
#' @param exclude (logical) Should the selected subset be excluded?
#' If `FALSE` (the default) the selection of draws will be returned.
#' If `TRUE` all draws excluding the selected subset will be
#' returned.
#' If `FALSE` (the default) the selection will be returned. If
#' `TRUE` all but the selected subset will be returned.
#'
#' @template args-methods-dots
#' @template return-draws
Expand Down

0 comments on commit 2bcd48f

Please sign in to comment.