Skip to content

Commit

Permalink
Docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunuuuu committed Oct 23, 2024
1 parent 8b1d504 commit 60efcb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/layout-heatmap-oncoplot.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#' guides(fill = "none") +
#' hmanno("t", size = 0.5) +
#' ggalign() +
#' geom_bar(aes(.x, fill = value), data = function(x) {
#' geom_bar(aes(fill = value), data = function(x) {
#' subset(x, !is.na(value))
#' }) +
#' hmanno("r", size = 0.5) +
Expand Down
2 changes: 1 addition & 1 deletion man/ggoncoplot.Rd

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

0 comments on commit 60efcb3

Please sign in to comment.