alphawichVis | R Documentation |
alphawichVis()
will visualize the diversity index values generated from alphadivDF()
.
alphawichVis(
alphawichDF,
xvar = "Sample",
yvar = "DiversityIndex",
colorvar = NULL
)
alphawichDF |
The |
xvar |
The |
yvar |
The |
colorvar |
The metadata column name that will be used for colour assignment. |
A ggplot
object.
# This is one way of using it.
library(mirlyn)
data(example)
## Not run:
example <- mirl(example, rep = 100)
example <- alphadivDF(example)
alphawichVis(example, "Id")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.