gertvv / gemtc

GeMTC R package: model generation for network meta-analysis
GNU General Public License v3.0
43 stars 25 forks source link

How can I customize different plot styles with "forest" function? Question from a non-programmer #71

Open Monster-White opened 1 year ago

Monster-White commented 1 year ago
  1. How Can I customize my forest plot in gemtc? Such as replace a square with diamond to present the OR or RR, change the color of line, etc.
  2. I was trying to patch two forest plots together by "cowplot" package. But after value assignment with following code, "p1" and "p2" presented as NULL, which limits my next step in patching process. p1 <- forest(relative.effect(results1,"2"),use.description=T) p2 <- forest(relative.effect(results2,"4"),use.description=T)