Skip to content

Commit

Permalink
dontrun geom_regime example
Browse files Browse the repository at this point in the history
  • Loading branch information
andybeet committed Oct 18, 2024
1 parent 3a6dc6e commit 4147af7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions R/geom_regime.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#'
#'
#'@examples
#'\dontrun{
#'library(ggplot2)
#'
#'#Generate series
Expand All @@ -34,6 +35,7 @@
#'ggplot(data = data) +
#' geom_line(aes(x = x, y = y)) +
#' geom_regime()
#'}

geom_regime <- function(data = NULL, mapping = NULL,
stat = "REGIME",
Expand Down
2 changes: 2 additions & 0 deletions man/geom_regime.Rd

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

3 changes: 2 additions & 1 deletion man/theme_map.Rd

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

0 comments on commit 4147af7

Please sign in to comment.