text: A logical value that specify whether the treatment labels are added
col: Outer circumferential color of the nodes (default: black)
bg: Color of the node (default: blue)
base.lwd: A parameter adjusting edge widths (default: 1)
base.cex: A parameter adjusting node sizes (default: 1)
Returns
A networkplot is generated.
Examples
data(heartfailure)hf2 <- setup(study=study,trt=trt,d=d,n=n,measure="OR",ref="Placebo",data=heartfailure)netplot(hf2)# default color and sizesnetplot(hf2,base.lwd=1.5,base.cex=1.5)# change the sizesnetplot(hf2,col="red",bg="red")# change the colornetplot(hf2,text=FALSE)# without texts