设为首页收藏本站获取积分奖励

R语言中文网

 找回密码
 立即注册
查看: 811|回复: 0

R语言书目条目print.citation()函数-中英文对照帮助文档

[复制链接]
发表于 2020-8-21 08:09:26 | 显示全部楼层 |阅读模式
        R语言书目条目print.citation()函数-中英文对照帮助文档

                                         By MicroRbt Martinez PhD

R语言函数名:print.citation()
R语言函数功能:书目条目
来自资源库:基础库(R语言自带)
print.citation()函数所属R语言包:所在R包具体名称、包功能的中英文双语描述见正文后面'--所在R语言包信息--'部分。

描述-----Description-----

Functionality for representing and manipulating bibliographic information in enhanced BibTeX style.
以增强的BibTeX样式表示和处理书目信息的功能。


使用方法-----Usage-----

bibentry(bibtype, textVersion = NULL, header = NULL, footer = NULL,
key = NULL, ..., other = list(),
mheader = NULL, mfooter = NULL)
## S3 method for class 'bibentry' S3 method for class 'bibentry'
print(x, style = "text", .bibstyle, ...)
## S3 method for class 'bibentry' S3 method for class 'bibentry'
format(x, style = "text", .bibstyle = NULL,
citation.bibtex.max = getOption("citation.bibtex.max", 1),
bibtex = length(x) <= citation.bibtex.max,
sort = FALSE, macros = NULL, ...)
## S3 method for class 'bibentry' S3 method for class 'bibentry'
sort(x, decreasing = FALSE, .bibstyle = NULL, drop = FALSE, ...)
## S3 method for class 'citation' S3 method for class 'citation'
print(x, style = "citation", ...)
## S3 method for class 'citation' S3 method for class 'citation'
format(x, style = "citation", ...)

参数-----Arguments-----

参数bibtype介绍: a character string with a BibTeX entry type. See Entry Types for details.
具有BibTeX条目类型的字符串。有关详细信息,请参见条目类型。

参数textVersion介绍: a character string with a text representation of the reference to optionally be employed for printing. It is recommended to leave this unspecified if format(x, style = "text") works correctly. Only if special LaTeX macros (e.g., math formatting) or special characters (e.g., with accents) are necessary, a textVersion should be provided.
一个带有参考文本表示的字符串,可以选择用于打印。如果format(x, style = "text")正常工作,建议不要指定此选项。仅当需要特殊的LaTeX宏(例如,数学格式)或特殊字符(例如,带有重音符号)时,才应提供textVersion。

参数header介绍: a character string with optional header text.
具有可选标题文本的字符串。

参数footer介绍: a character string with optional footer text.
带有可选页脚文本的字符串。

参数key介绍: a character string giving the citation key for the entry.
给出条目引用键的字符串。

参数...介绍: for bibentry: arguments of the form <var>tag</var>=<var>value</var> giving the fields of the entry, with <var>tag</var> and <var>value</var> the name and value of the field, respectively. Arguments with empty values are dropped. See Entry Fields for details.
对于bibentry:格式为<var>tag</var>=<var>value</var>的参数给出了条目的字段,并分别用<var> tag </ var>和<var> value </ var>表示字段的名称和值。具有空值的参数将被删除。有关详细信息,请参见输入字段。

For the print() method, extra arguments to pass to the renderer which typically includes the format() method.
对于print()方法,额外的参数传递给通常包含format()方法的渲染器。

For the citation class methods, arguments passed to the next method, i.e., the corresponding bibentry one.
对于citation类方法,参数传递给下一个方法,即相应的bibentry。

参数other介绍: a list of arguments as in ... (useful in particular for fields named the same as formals of bibentry).
在...中的参数列表(特别适用于与bibentry的形式相同的字段)。

参数mheader介绍: a character string with optional outer header text.
具有可选outer标头文本的字符串。

参数mfooter介绍: a character string with optional outer footer text.
具有可选outer页脚文本的字符串。

参数x介绍: an object inheriting from class "bibentry".
从类"bibentry"继承的对象。

参数style介绍: an optional character string specifying the print style. If present, must be a unique abbreviation (with case ignored) of the available styles, see Details.
指定打印样式的可选字符串。如果存在,则必须是可用样式的唯一缩写(忽略大小写),请参阅详细信息。

参数decreasing介绍: logical, passed to order indicating the sort direction.
逻辑,传递给order指示排序方向。

参数.bibstyle介绍: a character string naming a bibliography style.
命名书目风格的字符串。

参数citation.bibtex.max介绍: (deprecated, use bibtex = T|F instead!) a number, say m, indicating that the bibtex code should be given in addition to the formatted tex when there are not more than m entries. The default is taken as getOption("citation.bibtex.max&qu
-----未完,待续-----,↓↓↓展开剩余72%↓↓↓
购买主题 前行需要您的支持,请赞助作者 【15 金钱】 就能浏览全部100%内容啦!(本贴一次赞助、永久可读)
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Archiver|R语言中文网    

GMT+8, 2024-5-20 23:21 , Processed in 0.034617 second(s), 20 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, Tencent Cloud.

快速回复 返回顶部 返回列表