Skip to content

Commit

Permalink
Fix plotRDA docs
Browse files Browse the repository at this point in the history
  • Loading branch information
RiboRings committed Sep 4, 2023
1 parent 0fcff82 commit acdbbaa
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/plotCCA.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,11 @@
#' library(miaViz)
#' data("enterotype", package = "mia")
#' tse <- enterotype
#'
#' # Remove missing values from covariables
#' tse <- tse[ , !is.na(tse$ClinicalStatus)]
#' tse <- tse[ , !is.na(tse$Age)]
#' tse <- tse[ , !is.na(tse$Gender)]
#'
#' # Run RDA and store results into TreeSE
#' tse <- runRDA(tse,
Expand Down
5 changes: 5 additions & 0 deletions man/plotCCA.Rd

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

0 comments on commit acdbbaa

Please sign in to comment.