在不使用 Sweave 的情况下将标题页写入 pdf 的最简单方法
我有 R 代码(使用 ggplot2),可以将一堆图表输出为 PDF,我对布局很满意。我只是想拍一个看起来像样的标题页,其中只是一些居中的文本。 Google 似乎为 Sweave 提供了很多支持 - 除了工作流程对我来说真的很奇怪(即将我的 R 嵌入 sweave,从 R 运行 sweave)。另外,我不想加入一堆新程序来让它发挥作用。另外,我有大量的 R 代码来生成图表,并且我对控制流程很满意(即运行 r 脚本,r 脚本将绘图写入 pdf)。理想情况下,我只想打印 PDF 的标题页,打印我的绘图,关闭设备,然后就到此为止。我该怎么做?
I have R code (using ggplot2) that pumps out a bunch of charts to PDF and I'm happy with the layout. I just want to slap on a decent-looking title page which is just some centered text. Google seems to produce a lot of support for Sweave - except that the workflow is really bizarre to me (i.e. embed my R in sweave, run sweave from R). Also, I don't want to onboard a bunch of new programs to get this to work. Also, I have a ton of R code that produces the charts and I'm happy with the flow-of-control (i.e. run r script, r script writes plots to pdf). Ideally, I just want to print a title page to the PDF, print my plots, close the device, and call it a day. How would I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于您想完全在 R 中完成此操作,因此这可以工作,但它不能替代使用实际的排版软件(而不是统计分析软件)来制作标题页:
Since you want to do it totally within R, this could work, but it is a poor substitute for using actual typesetting software (as opposed to statistical analysis software) to make title pages: