79273632

Date: 2024-12-12 01:58:45
Score: 1
Natty:
Report link

You can also change the justification of text by with edit_plot. e.g.

g <- edit_plot(g, col = 4, 
           which = "text",
           # gp = gpar(),
           # Align texts to center
           hjust = unit(0.5, "npc"),
           x = unit(0.5, "npc"))

see here: https://cran.r-project.org/web/packages/forestploter/vignettes/forestploter-post.html for more details.

Hope it helps.

Reasons:
  • Whitelisted phrase (-1): Hope it helps
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Chen Sophie