| alphaconeVis | R Documentation |
alphaconeVis() will generate a visualization of the the distributions of the alpha
diversity metric data.frame generated using alphacone().
alphaconeVis(x, cols = "Sample", alpha = 0.7)
x |
The |
cols |
The metadata column that will be used for colour assignment |
alpha |
The opacity of the geom_ribbon. By default, a value of 0.7 will be applied. For full opacity, set alpha = 1, for more transparency, decrease alpha accordingly. |
a ggplot object.
library(mirlyn)
data(example)
## Not run:
alphacone_example <- alphacone(example, rep = 100)
alphaconeVis(alphacone_example, cols = "Sample")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.