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 6bebc7f commit 7cb426b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/stacked_sequence_plot.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
#' p <- stacked_sequence_plot(
#' mhmm_biofam,
#' plots = "both",
#' type="d",
#' type = "d",
#' legend_position = c("right", "right", "right", "none")
#' )
#' p & theme(plot.margin = unit(c(1, 1, 0, 2), "mm"))
#' p & ggplot2::theme(plot.margin = unit(c(1, 1, 0, 2), "mm"))
#'
stacked_sequence_plot <- function(
x, plots = "obs", type = "d", ids,
Expand Down
4 changes: 2 additions & 2 deletions 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 7cb426b

Please sign in to comment.