Description Usage Arguments Value Examples
View source: R/network.summary.R
This function draws network graph using igraph package
1 | draw.network.graph(network, label.dist = 2)
|
network |
Object created by |
label.dist |
distance of the label from the node. Default is 2. |
None
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.