Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
larmarange committed Aug 20, 2024
1 parent beee739 commit fe1e9ac
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions R/stat_prop.R
Original file line number Diff line number Diff line change
Expand Up @@ -212,17 +212,17 @@ StatProp <- ggplot2::ggproto("StatProp", ggplot2::Stat,
#' @export
#' @rdname stat_prop
stat_prop2 <- function(mapping = NULL,
data = NULL,
geom = "bar",
position = "fill",
...,
width = NULL,
na.rm = FALSE,
orientation = NA,
show.legend = NA,
inherit.aes = TRUE,
complete = NULL,
default_by = "total") {
data = NULL,
geom = "bar",
position = "fill",
...,
width = NULL,
na.rm = FALSE,
orientation = NA,
show.legend = NA,
inherit.aes = TRUE,
complete = NULL,
default_by = "total") {
params <- list(
na.rm = na.rm,
orientation = orientation,
Expand Down

0 comments on commit fe1e9ac

Please sign in to comment.