Skip to content

Commit

Permalink
fix problem with plotPropeller example
Browse files Browse the repository at this point in the history
  • Loading branch information
mihem committed Nov 14, 2024
1 parent 96bfd9c commit 9aee64e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
3 changes: 1 addition & 2 deletions R/visualization.R
Original file line number Diff line number Diff line change
Expand Up @@ -845,8 +845,7 @@ plotPropeller <- function(data, color, filename, width = 5, height = 5, FDR, dir
#' @return create and save propeller abundance barplot
#' @examples
#' propeller_data <- data.frame(

#' #' cluster = c("Cluster1", "Cluster2", "Cluster3"),
#' cluster = c("Cluster1", "Cluster2", "Cluster3"),
#' log2ratio = c(1.5, -2.0, 0.5)
#' )
#' color <- c("Cluster1" = "blue", "Cluster2" = "red", "Cluster3" = "green")
Expand Down
2 changes: 1 addition & 1 deletion man/dotplotPropeller.Rd

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

15 changes: 13 additions & 2 deletions man/plotSlingshot.Rd

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

0 comments on commit 9aee64e

Please sign in to comment.