plot_rarefy2 | R Documentation |
plot_rarefy
visualizes a coverage-based rarefaction.
plot_rarefy2(
ps_obj,
plot_rarefied_point = TRUE,
plot_slope = FALSE,
linetype = 1
)
ps_obj |
Phyloseq object. |
plot_rarefied_point |
Logical. Specify whether rarefied reads are plotted. |
plot_slope |
Logical. Specify whether tangent lines are plotted. |
linetype |
Numeric or character. Specify the line type of the tangent lines. |
ggplot object (g_rare
). User may further edit the figure using ggplot2
.
# plot_rarefy(ps_obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.