Learn R Programming

bnma (version 1.6.0)

draw.network.graph: Draws network graph using igraph package

Description

This function draws network graph using igraph package

Usage

draw.network.graph(network, label.dist = 2)

Value

None

Arguments

network

Object created by network.data function

label.dist

distance of the label from the node. Default is 2.

Examples

Run this code
#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