Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

netgraph.netconnection

Network graph for objects of class netconnection


Description

This function generates a graph of the evidence network.

Usage

## S3 method for class 'netconnection'
netgraph(x, seq, col = x$subnet.comparisons, plastic = FALSE, ...)

Arguments

x

An object of class netconnection.

seq

A character or numerical vector specifying the sequence of treatments arrangement (anticlockwise if start.layout = "circle").

col

A single color (or vector of colors) for lines connecting treatments (edges) if argument plastic = FALSE.

plastic

A logical indicating whether the appearance of the comparisons should be in '3D look'.

...

Additional arguments passed on to netgraph.netmeta (see Details).

Details

The following arguments are used internally and cannot be specified by the user: thickness, seq, iterate.

Author(s)

See Also

Examples

# Artificial example with two subnetworks
#
t1 <- c("G", "B", "B", "D", "A", "F")
t2 <- c("B", "C", "E", "E", "H", "A")
#
nc1 <- netconnection(t1, t2)
print(nc1, details = TRUE)

netgraph(nc1, plastic = FALSE)

netmeta

Network Meta-Analysis using Frequentist Methods

v1.4-0
GPL (>= 2)
Authors
Gerta Rücker [aut] (<https://orcid.org/0000-0002-2192-2560>), Ulrike Krahn [aut], Jochem König [aut] (<https://orcid.org/0000-0003-4683-0360>), Orestis Efthimiou [aut] (<https://orcid.org/0000-0002-0955-7572>), Guido Schwarzer [aut, cre] (<https://orcid.org/0000-0001-6214-9087>)
Initial release
2021-05-11

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.