我正在使用rmarkdown打印一个模型-
```{R ForestModel, echo = FALSE, out.width = "100%"}打印(forest_model(res.cox))
并获得

我想要得到的是:

发布于 2020-04-22 23:20:02
通过将其视为图形来解决
```{R Fig1_ForestModel, echo = FALSE, fig.width = 10, fig.asp = .50}打印(forest_model(res.cox))
https://stackoverflow.com/questions/61368622
复制相似问题