View source: R/graphtest-functions.R
plot_permutations | R Documentation |
Plots a histogram of the permutation distribution of the number of pure edges and a mark showing the observed number of pure edges.
plot_permutations(graphtest, bins = 30)
graphtest |
The output from graph_perm_test. |
bins |
The number of bins to use for the histogram. |
A ggplot object.
library(phyloseq)
data(enterotype)
gt = graph_perm_test(enterotype, sampletype = "SeqTech")
plot_permutations(gt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.