Skip to content

Commit

Permalink
updated example in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SHillman836 committed Jun 4, 2024
1 parent a137806 commit b8b345a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions R/plotAbundance.R
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
#' data(GlobalPatterns, package="mia")
#' se <- GlobalPatterns
#'
#' ## Plotting abundance using the first taxonomic rank as default
#' plotAbundance(se, assay.type="counts")
#' ## Plotting counts using the first taxonomic rank as default
#' plotAbundance(se, assay.type="counts", use_relative=FALSE) + labs(y="Counts")
#'
#' ## Using "Phylum" as rank
#' plotAbundance(se, assay.type="counts", rank = "Phylum", add_legend = FALSE)
Expand Down
4 changes: 2 additions & 2 deletions man/plotAbundance.Rd

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

0 comments on commit b8b345a

Please sign in to comment.