Skip to content

Commit

Permalink
missing exports
Browse files Browse the repository at this point in the history
  • Loading branch information
larmarange committed Aug 20, 2024
1 parent fe1e9ac commit 0aaba52
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export(StatProp2)
export(StatWeightedMean)
export(augment_chisq_add_phi)
export(geom_bar_diverging)
export(geom_bar_likert)
export(geom_bar_pyramid)
export(geom_stripped_cols)
export(geom_stripped_rows)
export(ggcoef_compare)
Expand Down
4 changes: 4 additions & 0 deletions R/geom_bar_diverging.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ geom_bar_diverging <- function(mapping = NULL,
do.call(ggplot2::geom_bar, args)
}

#' @rdname geom_bar_diverging
#' @export
geom_bar_likert <- function(mapping = NULL,
data = NULL,
stat = "prop",
Expand All @@ -96,6 +98,8 @@ geom_bar_likert <- function(mapping = NULL,
do.call(geom_bar_diverging, args)
}

#' @rdname geom_bar_diverging
#' @export
geom_bar_pyramid <- function(mapping = NULL,
data = NULL,
stat = "prop2",
Expand Down
32 changes: 32 additions & 0 deletions man/geom_bar_diverging.Rd

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

0 comments on commit 0aaba52

Please sign in to comment.