Skip to content

Commit

Permalink
v0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
adrientaudiere committed Mar 8, 2024
1 parent 4f85ca0 commit 29e9db8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/plot_functions.R
Original file line number Diff line number Diff line change
Expand Up @@ -2655,9 +2655,9 @@ plot_tsne_pq <- function(physeq,
#' @examples
#' SRS_curve_pq(data_fungi_mini,
#' max.sample.size = 200,
#' rarefy.comparison = TRUE, rarefy.repeats = 5
#' rarefy.comparison = TRUE, rarefy.repeats = 3
#' )
#' SRS_curve_pq(data_fungi_mini, max.sample.size = 1000, metric = "shannon")
#' SRS_curve_pq(data_fungi_mini, max.sample.size = 500, metric = "shannon")
SRS_curve_pq <- function(physeq, clean_pq = FALSE, ...) {
if (clean_pq) {
physeq <- clean_pq(physeq)
Expand Down

0 comments on commit 29e9db8

Please sign in to comment.