netmeta (version 1.2-1)

netgraph: Generic function for network graphs

Description

Generic function for network graphs

Usage

netgraph(x, ...)

Arguments

x

An R object.

Additional arguments.

Details

For more details, look at the following functions to generate network graphs:

See Also

netgraph.netmeta, netgraph.netimpact

Examples

Run this code
# NOT RUN {
data(Senn2013)

# Generation of an object of class 'netmeta' with reference
# treatment 'plac'
#
net1 <- netmeta(TE, seTE, treat1, treat2, studlab,
                data = Senn2013, sm = "MD", reference = "plac")

# Network graph with default settings
#
netgraph(net1)

# }

Run the code above in your browser using DataLab