I'm trying to plot a forest plot but everytime I do so, there is an overlap of the text of the heterogeneity information with the x-axis of the forest plot. How can I edit my code so that this overlap doesn't happen (i.e., the x-axis is spaced away from the heterogeneity information so that the text is not overlapping?). I've included an image to clarify. In this picture, you can see that the 92% of the heterogeneity is overlapping with the "0" value of the x-axis (bottom left of the image)
Here is the code I've tried, but to no avail:
forest(mOE_Risk.Level, xlim = c(0.1, 1.00), layout = "RevMan5", comb.fixed = FALSE)
The library used is:
library(meta)