View source: R/plot_functions.R
SRS_curve_pq | R Documentation |
A wraper of SRS::SRScurve()
function.
SRS_curve_pq(physeq, clean_pq = FALSE, ...)
physeq |
(required): a |
clean_pq |
(logical): Does the phyloseq
object is cleaned using the |
... |
Other arguments passed on to |
A plot
if (requireNamespace("SRS")) {
SRS_curve_pq(data_fungi_mini,
max.sample.size = 200,
rarefy.comparison = TRUE, rarefy.repeats = 3
)
SRS_curve_pq(data_fungi_mini, max.sample.size = 500, metric = "shannon")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.