Plot function for alpha_estimates class
# S3 method for alpha_estimates plot( x, physeq = NULL, measure = NULL, color = NULL, shape = NULL, title = NULL, trim_plot = FALSE, ... )
x | Object of class |
---|---|
physeq | (Optional). Default |
measure | (Optional). If there are multiple richness measures included in |
color | (Optional). Default |
shape | (Optional). Default |
title | (Optional). Default NULL. Character string. The main title for the graphic. |
trim_plot | (Optional). Default |
... | See details |
... does not currently have any implemented options. Optional arguments currently include "trim_plot", a Optional
if (FALSE) { library(phyloseq) data(GlobalPatterns) alphas <- breakaway(GlobalPatterns) plot(alphas) }