data(heartfailure)
hf2 <- setup(study=study,trt=trt,d=d,n=n,measure="OR",ref="Placebo",data=heartfailure)
netplot(hf2) # default color and sizes
netplot(hf2,base.lwd=1.5,base.cex=1.5) # change the sizes
netplot(hf2,col="red",bg="red") # change the color
netplot(hf2,text=FALSE) # without texts
Run the code above in your browser using DataLab