plot.alpha_estimates {breakaway} | R Documentation |
Plot function for alpha_estimates class
Description
Plot function for alpha_estimates class
Usage
## S3 method for class 'alpha_estimates'
plot(
x,
physeq = NULL,
measure = NULL,
color = NULL,
shape = NULL,
title = NULL,
trim_plot = FALSE,
...
)
Arguments
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 |
Details
... does not currently have any implemented options. Optional arguments currently include "trim_plot", a Optional
Value
A ggplot object.
Examples
library(phyloseq)
data(GlobalPatterns)
alphas <- breakaway(GlobalPatterns)
plot(alphas)