networkplot.nmadas: Network plot

Description Usage Arguments Author(s) Examples

View source: R/networkplot.R

Description

Draw a network plot.

Usage

1
2
networkplot.nmadas(data, S.ID, T.ID, alphabetic = FALSE, edge.col = "grey",
  node.col = "orange", ...)

Arguments

data

A data.frame with atleast two variables i.e study and test identifier.

...

additional options. See nma.networkplot for more details.

SID

A text indicating the name of the variable that identifies the different studies.

TID

A text indicating the name of the variable that identifies the different tests.

Author(s)

Victoria N Nyaga

Examples

1
2
3
4
data(demodata)
networkplot(data = demodata,
            SID = "study",
            TID = "Test")

VNyaga/NMADAS documentation built on May 6, 2019, 11:20 a.m.