Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Comeaux authored and Daniel Comeaux committed Dec 28, 2023
1 parent 7b7ecec commit 153cd0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/geom_pandemics.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
#'
#' # A plot with a date-based x axis
#' ggplot(df, mapping = aes(x = year_date, y = value)) +
#' geom_rpandemics(xformat = "date", show.legend = TRUE) +
#' geom_pandemics(xformat = "date", show.legend = TRUE) +
#' geom_line(aes(color = var)) +
#' scale_x_date() +
#' theme_minimal()
Expand Down
2 changes: 1 addition & 1 deletion man/geom_pandemics.Rd

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

0 comments on commit 153cd0d

Please sign in to comment.