View source: R/graphtest-functions.R
plot_test_network | R Documentation |
When using the graph_perm_test function, a graph is created. This function will plot the graph used for testing with nodes colored by sample type and edges marked as pure or mixed.
plot_test_network(graphtest)
graphtest |
The output from graph_perm_test. |
A ggplot object created by ggnetwork.
library(phyloseq)
data(enterotype)
gt = graph_perm_test(enterotype, sampletype = "SeqTech")
plot_test_network(gt)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.