From 2bcd48f13d8daf372f01e71ef835a9e90b4f1690 Mon Sep 17 00:00:00 2001 From: n-kall Date: Fri, 12 Jan 2024 10:54:42 +0200 Subject: [PATCH] modify subset_draws exclusion doc --- R/subset_draws.R | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/R/subset_draws.R b/R/subset_draws.R index 503b673b..f57e7d8a 100644 --- a/R/subset_draws.R +++ b/R/subset_draws.R @@ -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