vim.interlace(vimcom)
vim.interlace()所属R语言包:vimcom
Run interlace and pdflatex in sequence
在序列运行隔行扫描和pdflatex
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Run the R function Sweave() or knit() and, then, the application pdflatex.
运行R函数Sweave()或针织(),然后,该应用程序pdflatex这些。
用法----------Usage----------
vim.interlace(rnowebfile, latexcmd = "pdflatex", bibtex = FALSE,
knit = FALSE, ...)
参数----------Arguments----------
参数:rnowebfile
The path to the Rnoweb file.
的路径的Rnoweb文件。
参数:latexcmd
The command to run on the generated .tex file.
要运行的命令上产生的。tex文件。
参数:bibtex
Whether to run bibtex.
无论是运行bibtex参考。
参数:knit
Whether to use knitr instead of Sweave.
无论是使用而不是Sweave knitr。
参数:...
Further arguments to be passed to Sweave.
进一步的参数被传递给Sweave。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|