plot.nutriNetwork {nutriNetwork} | R Documentation |
plot for S3 class "nutriNetwork"
Description
Plot the graph path which is the output of the nutriNetwork
.
Usage
## S3 method for class 'nutriNetwork'
plot( x, n.memberships=NULL , ... )
Arguments
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) |
Author(s)
Pariya Behrouzi
Maintainer: Pariya Behrouzi pariya.behrouzi@gmail.com
References
Behrouzi, P., and Wit, E. C. (2017c). netgwas: An R Package for Network-Based Genome-Wide Association Studies. arXiv preprint, arXiv:1710.01236.
Examples
data(vfit)
out <- nutriNetwork(vfit, method = "gibbs")
plot(out)