Network graph for objects of class netconnection
This function generates a graph of the evidence network.
## S3 method for class 'netconnection' netgraph(x, seq, col = x$subnet.comparisons, plastic = FALSE, ...)
x |
An object of class |
seq |
A character or numerical vector specifying the sequence
of treatments arrangement (anticlockwise if |
col |
A single color (or vector of colors) for lines
connecting treatments (edges) if argument |
plastic |
A logical indicating whether the appearance of the comparisons should be in '3D look'. |
... |
Additional arguments passed on to
|
The following arguments are used internally and cannot be specified
by the user: thickness
, seq
, iterate
.
Guido Schwarzer sc@imbi.uni-freiburg.de, Gerta Rücker ruecker@imbi.uni-freiburg.de
# 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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.