A blank graph with the title "Hazard ratio" saved as a PDF in the intended directory. By blank, I mean a PDF is generated with only the text Hazard Ratio on the top of the second page.
A possible problem might be that the Hazard Ratios to be plotted are of the order of 10^284.
Is such a large hazard ratio even possible?
The warning messages printed are:
Warning messages:
1: Transformation introduced infinite values in continuous y-axis
2: Removed 1 rows containing missing values (geom_text).
3: Removed 1 rows containing missing values (geom_text).
4: Removed 1 rows containing missing values (geom_text).
5: Removed 1 rows containing missing values (geom_text).
6: Removed 1 rows containing missing values (geom_text).
7: Removed 1 rows containing missing values (geom_text).
8: Position guide is perpendicular to the intended axis. Did you mean to specify a different guide position?
9: Transformation introduced infinite values in continuous y-axis
10: Removed 1 rows containing missing values (geom_text).
11: Removed 1 rows containing missing values (geom_text).
12: Removed 1 rows containing missing values (geom_text).
13: Removed 1 rows containing missing values (geom_text).
14: Removed 1 rows containing missing values (geom_text).
15: Removed 1 rows containing missing values (geom_text).
16: Position guide is perpendicular to the intended axis. Did you mean to specify a different guide position?
17: Transformation introduced infinite values in continuous y-axis
18: Removed 1 rows containing missing values (geom_text).
19: Removed 1 rows containing missing values (geom_text).
20: Removed 1 rows containing missing values (geom_text).
21: Removed 1 rows containing missing values (geom_text).
22: Removed 1 rows containing missing values (geom_text).
23: Removed 1 rows containing missing values (geom_text).
24: Position guide is perpendicular to the intended axis. Did you mean to specify a different guide position?
Steps to reproduce the problem
Try plotting a forest plot for an isoform with the Hazard Ratio of 2.06e+284.
Expected behavior
Saving the ggforest() plot as a PDF file.
Actual behavior
A blank graph with the title "Hazard ratio" saved as a PDF in the intended directory. By blank, I mean a PDF is generated with only the text Hazard Ratio on the top of the second page.
A possible problem might be that the Hazard Ratios to be plotted are of the order of 10^284.
Is such a large hazard ratio even possible?
The warning messages printed are: Warning messages: 1: Transformation introduced infinite values in continuous y-axis 2: Removed 1 rows containing missing values (geom_text). 3: Removed 1 rows containing missing values (geom_text). 4: Removed 1 rows containing missing values (geom_text). 5: Removed 1 rows containing missing values (geom_text). 6: Removed 1 rows containing missing values (geom_text). 7: Removed 1 rows containing missing values (geom_text). 8: Position guide is perpendicular to the intended axis. Did you mean to specify a different guide
position
? 9: Transformation introduced infinite values in continuous y-axis 10: Removed 1 rows containing missing values (geom_text). 11: Removed 1 rows containing missing values (geom_text). 12: Removed 1 rows containing missing values (geom_text). 13: Removed 1 rows containing missing values (geom_text). 14: Removed 1 rows containing missing values (geom_text). 15: Removed 1 rows containing missing values (geom_text). 16: Position guide is perpendicular to the intended axis. Did you mean to specify a different guideposition
? 17: Transformation introduced infinite values in continuous y-axis 18: Removed 1 rows containing missing values (geom_text). 19: Removed 1 rows containing missing values (geom_text). 20: Removed 1 rows containing missing values (geom_text). 21: Removed 1 rows containing missing values (geom_text). 22: Removed 1 rows containing missing values (geom_text). 23: Removed 1 rows containing missing values (geom_text). 24: Position guide is perpendicular to the intended axis. Did you mean to specify a different guideposition
?Steps to reproduce the problem
Try plotting a forest plot for an isoform with the Hazard Ratio of 2.06e+284.
session_info()