Skip to content

Commit

Permalink
ggplot2
Browse files Browse the repository at this point in the history
  • Loading branch information
helske committed Sep 6, 2024
1 parent f141899 commit 3000189
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/stacked_sequence_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
#' type = "d",
#' legend_position = c("right", "right", "right", "none")
#' )
#' p & ggplot2::theme(plot.margin = unit(c(1, 1, 0, 2), "mm"))
#' library(ggplot2)
#' p & theme(plot.margin = unit(c(1, 1, 0, 2), "mm"))
#'
stacked_sequence_plot <- function(
x, plots = "obs", type = "d", ids,
Expand Down
3 changes: 2 additions & 1 deletion man/stacked_sequence_plot.Rd

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

0 comments on commit 3000189

Please sign in to comment.