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

View source: R/network.summary.R

draw.network.graphR Documentation

Draws network graph using igraph package

Description

This function draws network graph using igraph package

Usage

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

Arguments

network

Object created by network.data function

label.dist

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

Value

None

Examples

#cardiovascular
network <- with(thrombolytic, {
 network.data(Outcomes, Study, Treat, N=N, response = "binomial")
})
draw.network.graph(network)

bnma documentation built on Aug. 15, 2023, 5:08 p.m.