Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhodge931 committed Oct 14, 2022
1 parent 372da52 commit 6ab637f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions R/gg_histogram.R
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@
#' gg_histogram(diamonds, x = price, col = cut)
#' gg_histogram(diamonds, x = price, col = cut, position = "fill")
#'
#' gg_histogram(economics_long, x = value, facet = variable,
#' binwidth = function(x) 2 * IQR(x) / (length(x)^(1/3)),
#' facet_scales = "free_x",
#' x_breaks = scales::breaks_pretty(3),
#' facet_ncol = 2)
#'
gg_histogram <- function(
data = NULL,
x = NULL,
Expand Down
6 changes: 0 additions & 6 deletions man/gg_histogram.Rd

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

0 comments on commit 6ab637f

Please sign in to comment.