You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've been using the package to plot forestplots (forest_plot() function) and when using it in rmd, the plot is produced twice in the source script. If I use fig.keep='last' in the chunk, it knits with only figure, but the source script keeps producing double plots.
Is there anything else I can try?
The text was updated successfully, but these errors were encountered:
in the vignettes I save to png then I include in my markdown
png("./coveffectsplot_color.png",width =9.5 ,height = 6,units = "in",res=72)
forest_plot(fpdata...
dev.off()
another way if you do not want to save to pngs
supress the graphics outputs with return_list = TRUE then print and display as you see fit
Hi,
I've been using the package to plot forestplots (forest_plot() function) and when using it in rmd, the plot is produced twice in the source script. If I use fig.keep='last' in the chunk, it knits with only figure, but the source script keeps producing double plots.
Is there anything else I can try?
The text was updated successfully, but these errors were encountered: