Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PedroJorge7 committed Apr 3, 2024
1 parent edfeda9 commit d52f911
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/save_eps.R
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#'
#' @examples
#' # Creating theme for ggplot2 graph using default arguments
#' library(ggplot2)
#' fig_raw <- ggplot() +
#' geom_col(data = mtcars, aes(x = hp , y = mpg, fill = cyl)) +
#' theme_ipea()
Expand Down
2 changes: 2 additions & 0 deletions R/scale_ipea.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#'
#' @examples
#' # Creating scale for ggplot2 graph using default arguments
#' library(ggplot2)
#' fig_raw <- ggplot() +
#' geom_point(data = mtcars, aes(x = hp , y = mpg, color = cyl)) +
#' scale_color_ipea()
Expand Down Expand Up @@ -194,6 +195,7 @@ ggplot_add.scale_ipea_color <- function(object, plot, object_name, ...){
#'
#' @examples
#' # Creating scale for ggplot2 graph using default arguments
#' library(ggplot2)
#' fig_raw <- ggplot() +
#' geom_col(data = mtcars, aes(x = hp , y = mpg, fill = cyl)) +
#' scale_fill_ipea()
Expand Down
1 change: 1 addition & 0 deletions R/theme_ipea.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
#'
#' @examples
#' # Creating theme for ggplot2 graph using default arguments
#' library(ggplot2)
#' fig_raw <- ggplot() +
#' geom_col(data = mtcars, aes(x = hp , y = mpg, fill = cyl)) +
#' theme_ipea()
Expand Down
1 change: 1 addition & 0 deletions man/save_eps.Rd

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

1 change: 1 addition & 0 deletions man/scale_color_ipea.Rd

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

1 change: 1 addition & 0 deletions man/scale_fill_ipea.Rd

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

1 change: 1 addition & 0 deletions man/theme_ipea.Rd

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

0 comments on commit d52f911

Please sign in to comment.