powered by
This function draws network graph using igraph package
draw.network.graph(network, label.dist = 2)
None
Object created by network.data function
network.data
distance of the label from the node. Default is 2.
#cardiovascular network <- with(thrombolytic, { network.data(Outcomes, Study, Treat, N=N, response = "binomial") }) draw.network.graph(network)
Run the code above in your browser using DataLab