Description Usage Arguments Examples
This function draws network graph using igraph package
| 1 | draw.network.graph(network)
 | 
| network | Object created by  | 
| 1 2 3 4 5 | #cardiovascular
network <- with(thrombolytic, {
 network.data(Outcomes, Study, Treat, N=N, response = "binomial")
})
draw.network.graph(network)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.