Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法在输出(单词输出)中并排放置一个 kable(来自 knitr 包)和一个绘图?
我的代码中有这个:
```{r, echo=FALSE} res$actzoneBar kable(res$actzone)
第一个是绘图,第二个是只有 2 列的表格。所以它们可以完美地并排放置(这在最终文件中也更漂亮)。
有没有办法做到这一点?