Sweave 如何在 Latex 表环境中编写 R 代码?
我现在正在研究 Sweave,当时我想使用 R 代码来描述 Latex 表中的一个变量。
原来Sweave无法读取这些R代码,输出的不是变量,而是我写的所有代码的文本形式
I am working on Sweave now, when I want to use R code to describe one variable in the latex table.
It turns out that Sweave cannot read these R codes, the output is not the variable, instead, the output is the text form of all the code I write
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要
\Sexpr{R 表达式}
;例如,这个 Sweave 片段在 Sweaving 时会变成这样(Swelve?)
You may want
\Sexpr{R expression}
; for example, this Sweave snippetbecomes this when Sweaved (Swoven?)