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