plot_nma {nmaINLA} | R Documentation |
Takes a create_INLA_dat
output and plots a network graph.
plot_nma(
s.id = "study",
t.id = "treatment",
data,
title = "",
adjust.figsizex = 1.1,
adjust.figsizey = 1.1
)
s.id |
Variable holding the study IDs for each study. The default is "study". |
t.id |
Variable holding the treatments for each study. The default is "treatment". |
data |
A |
title |
A character string indicating plot title. |
adjust.figsizex |
a positive number used to adjust the plot width. The default is 1.1. |
adjust.figsizey |
a positive number used to adjust the plot height. The default is 1.1. |
Lifeng Lin, Jing Zhang, and Haitao Chu
This function is taken from nma.networkplot
function from pcnetmeta
R package.
pcnetmeta::nma.networkplot