We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476ce51 commit ea5995dCopy full SHA for ea5995d
R/plot.R
@@ -30,6 +30,9 @@
30
#'
31
#' For `parameter = "rho"`, if the number of items is large (> 5) and `items`
32
#' is not specified, a random subset of 5 items is selected for visualization.
33
+#' The random selection respects the current random seed, so results are
34
+#' reproducible if you set a seed before calling the function (e.g., with
35
+#' `set.seed()`).
36
37
#' @export
38
#' @importFrom ggplot2 ggplot aes geom_histogram geom_col facet_wrap xlab ylab theme_minimal
0 commit comments