This function generates a graph of the evidence network.
# S3 method for netimpact
netgraph(
x,
col.ignore = "red",
number.of.studies = TRUE,
main,
sub,
multiarm = gs("multiarm"),
col.multiarm = NULL,
alpha.transparency = 0.5,
col.ignore.multiarm = "transparent",
col = "black",
plastic = gs("plastic"),
...
)
An object of class netimpact
.
A character string indicating color for
comparisons removed from network, either "transparent"
or
any color defined in colours
.
A logical indicating whether number of studies should be added to network graph.
Main title.
Subtitle.
A logical indicating whether multi-arm studies should be marked in plot.
Either a function from R package colorspace or grDevice to define colors for multi-arm studies or a character vector with colors to highlight multi-arm studies.
The alpha transparency of colors used to highlight multi-arm studies (0 means transparent and 1 means opaque).
A character string indicating color to
mark multi-arm studies removed from network, either
"transparent"
or any color defined in
colours
.
A single color (or vector of colors) for lines
connecting treatments (edges) if argument plastic =
FALSE
. Length of the vector must be equal to the number of
edges.
A logical indicating whether the appearance of the comparisons should be in '3D look'.
Additional arguments passed on to
netgraph.netmeta
.
Guido Schwarzer guido.schwarzer@uniklinik-freiburg.de, Gerta Rücker gerta.ruecker@uniklinik-freiburg.de
netimpact
, netgraph.netmeta
,
dat.franchini2012
# Examples: example(netimpact)
Run the code above in your browser using DataLab