我正在使用 rmarkdown 输出 PDF 文档,但是向绘图添加标题似乎不起作用。根据文档,我们应该使用fig.cap指定要传递给 Latex 的图形标题。这是我的代码块的标题:
```{r Plot bond index returns, include = TRUE, fig.cap = "Bond index cumulative returns"}
Run Code Online (Sandbox Code Playgroud)
我确保在 rmarkdown 文档的标题中包含以下几行
output:
pdf_document:
fig_caption: true
此设置完全消除了生成的 PDF 中的整个块的输出