Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhodge931 committed Dec 2, 2024
1 parent dd342c8 commit 4d91848
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions R/gg_density.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#' gg_density(
#' x = flipper_length_mm,
#' col = species,
#' blend = "multiply",
#' )
#'
gg_density <- function(data = NULL,
Expand Down
2 changes: 1 addition & 1 deletion R/gg_lineribbon.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#' Lineribbon ggplot
#'
#' @description Create a lineribbon ggplot with a wrapper around [ggplot2::ggplot()] + [geom_ribbon()][ggplot2::geom_ribbon()] + [geom_ribbon()][ggplot2::geom_line()]
#' @description Create a lineribbon ggplot with a wrapper around [ggplot2::ggplot()] + [geom_ribbon()][ggplot2::geom_ribbon()] + [geom_line()][ggplot2::geom_line()]
#'
#' @inheritParams gg_blanket
#'
Expand Down
1 change: 1 addition & 0 deletions R/gg_smooth.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#' x = flipper_length_mm,
#' y = body_mass_g,
#' col = species,
#' blend = "multiply",
#' )
#'
gg_smooth <- function(data = NULL,
Expand Down
1 change: 1 addition & 0 deletions man/gg_density.Rd

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

2 changes: 1 addition & 1 deletion man/gg_lineribbon.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/gg_smooth.Rd

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

1 change: 0 additions & 1 deletion vignettes/articles/1_demo_light.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ penguins2 |>
col = species,
col_palette = c(teal, orange, pink),
blend = "multiply",
mode = light_mode_t(),
)
```

Expand Down
1 change: 0 additions & 1 deletion vignettes/articles/2_demo_dark.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ penguins2 |>
col = species,
col_palette = c(teal, orange, pink),
blend = "multiply",
mode = dark_mode_t(),
)
```

Expand Down

0 comments on commit 4d91848

Please sign in to comment.