Skip to content

Commit

Permalink
fix error in example
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabry committed Nov 16, 2022
1 parent c7b6eea commit 97394ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/ppc-distributions.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@
#' color_scheme_set("brightblue")
#' y <- example_y_data()
#' yrep <- example_yrep_draws()
#' group <- example_group_data()
#' dim(yrep)
#'
#' ppc_dens_overlay(y, yrep[1:25, ])
#' \donttest{
#' # ppc_ecdf_overlay with continuous data (set discrete=TRUE if discrete data)
Expand Down Expand Up @@ -93,7 +95,6 @@
#' # frequency polygons
#' ppc_freqpoly(y, yrep[1:3, ], alpha = 0.1, size = 1, binwidth = 5)
#'
#' group <- example_group_data()
#' ppc_freqpoly_grouped(y, yrep[1:3, ], group) + yaxis_text()
#'
#' # if groups are different sizes then the 'freq' argument can be useful
Expand Down
3 changes: 2 additions & 1 deletion man/PPC-distributions.Rd

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

0 comments on commit 97394ac

Please sign in to comment.