openPDF(Biobase)
openPDF()所属R语言包:Biobase
Open PDF Files in a Standard Viewer
在一个标准的浏览器打开PDF文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Displays the specified PDF file.
显示指定的PDF文件。
用法----------Usage----------
openPDF(file, bg=TRUE)
参数----------Arguments----------
参数:file
A character string, indicating the file to view
一个字符串,表示该文件查看
参数:bg
Should the pdf viewer be opened in the background.
应在后台打开PDF阅读器。
Details
详情----------Details----------
Currently this function works on Windows and Unix platforms. Under Windows, whatever program is associated with the file extension will be used. Under Unix, the function will use the program named in the option "pdfviewer" (see help(options) for information on how this is set.)
目前此功能适用于Windows和Unix平台。任何程序关联的文件扩展名在Windows下,将被使用。在Unix下,该功能将使用在“选项”pdfviewer“命名的程序(见help(options)如何设置的信息。)
The bg argument is only interpreted on Unix.
bg参数只有Unix上的解释。
值----------Value----------
This function is executed for its side effects. The specified PDF file is opened in the PDF viewer and TRUE is returned.
这个函数执行它的副作用。指定的PDF文件被打开的PDF阅读器和TRUE返回。
作者(S)----------Author(s)----------
Jeff Gentry
举例----------Examples----------
## Not run: openPDF("annotate.pdf")[#无法运行:openPDF(“annotate.pdf”)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|