draw.network.graph {bnma} | R Documentation |
Draws network graph using igraph package
Description
This function draws network graph using igraph package
Usage
draw.network.graph(network, label.dist = 2)
Arguments
network |
Object created by |
label.dist |
distance of the label from the node. Default is 2. |
Value
None
Examples
#cardiovascular
network <- with(thrombolytic, {
network.data(Outcomes, Study, Treat, N=N, response = "binomial")
})
draw.network.graph(network)
[Package bnma version 1.6.0 Index]