toLatex(utils)
toLatex()所属R语言包:utils
Converting R Objects to BibTeX or LaTeX
R对象转换的BibTEX或LaTeX
译者:生物统计家园网 机器人LoveR
描述----------Description----------
These methods convert R objects to character vectors with BibTeX or LaTeX markup.
这些方法将R对象转换成特征向量的BibTEX或LaTeX的标记。
用法----------Usage----------
toBibtex(object, ...)
toLatex(object, ...)
## S3 method for class 'Bibtex'
print(x, prefix="", ...)
## S3 method for class 'Latex'
print(x, prefix="", ...)
参数----------Arguments----------
参数:object
object of a class for which a toBibtex or toLatex method exists.
对象toBibtex或toLatex方法存在的一类。
参数:x
object of class "Bibtex" or "Latex".
对象的类"Bibtex"或"Latex"。
参数:prefix
a character string which is printed at the beginning of each line, mostly used to insert whitespace for indentation.
一个字符串,这是印在每一行的开头,主要用于插入空格缩进。
参数:...
currently not used in the print methods.
目前不使用的打印方法。
Details
详情----------Details----------
Objects of class "Bibtex" or "Latex" are simply character vectors where each element holds one line of the corresponding BibTeX or LaTeX file.
类对象"Bibtex"或"Latex"简单的特征向量,其中每个元素持有相应的BibTEX或LaTeX文件一行。
参见----------See Also----------
citEntry and sessionInfo for examples
citEntry和sessionInfo的例子
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|