plot.nutriNetwork | R Documentation |
Plot the graph path which is the output of the nutriNetwork
.
## S3 method for class 'nutriNetwork'
plot( x, n.memberships=NULL , ... )
x |
An object from "nutriNetwork" class. |
n.memberships |
A vector containing number of variables in each group. For example, the |
... |
System reserved (No specific usage) |
Pariya Behrouzi
Maintainer: Pariya Behrouzi pariya.behrouzi@gmail.com
Behrouzi, P., and Wit, E. C. (2017c). netgwas: An R Package for Network-Based Genome-Wide Association Studies. arXiv preprint, arXiv:1710.01236.
data(vfit)
out <- nutriNetwork(vfit, method = "gibbs")
plot(out)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.