vExplorer(tkWidgets)
vExplorer()所属R语言包:tkWidgets
An interface to interact with vignette code chunks
接口交互暗角的代码块
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function provides a widget for viewing, editing, and executing code chunks of vignettes.
此功能提供了一个观看的部件,编辑和执行的代码块的护身符。
用法----------Usage----------
vExplorer(title = "BioC Vignettes Explorer", pkgName = "", font =
ifelse(.Platform$OS.type == "unix", "arial 14", "arial 11"))
viewVignette(title, packName, vigPath, font = "arial 11")
参数----------Arguments----------
参数:title
character string for the name to be displayed as the title of the widget to interact with code chunks.
widget的交互代码块的标题要显示字符的名称的字符串。
参数:pkgName
vector (of length 1 for pkgName) of character strings for names of Bioconductor packages the code chunks of whose vignettes will be explored.
Bioconductor包的名称的字符串(长度为pkgName1)向量的护身符的代码块将进行探讨。
参数:packName
same as pkgName
同为PKGNAME
参数:vigPath
character string for the full qualified name of a vignette to be explored.
一个需要探讨的暗角的全限定名的字符串。
参数:font
a character string for the name and size of the font to be used for text rendered on the widgets (e. g. "arial 11")
为字符串的名称和字体大小,可用于呈现文本的部件(如“宋体11”)
Details
详情----------Details----------
By default, packNames = "", all the installed packages will be examined and those that have vignettes will be listed to allow users to choose from.
默认情况下,packNames = "",所有安装的软件包将审议并列出那些有护身符,将允许用户选择。
值----------Value----------
This function does not return any useful value.
这个函数不返回任何有用的价值。
注意----------Note----------
This function is part of the Bioconductor project at Dana-Faber Cancer Institute to provide Bioinformatics functionalities through R.
此功能是在达纳 - 费伯癌症研究所的的Bioconductor项目的一部分,提供生物信息学的功能,通过河
作者(S)----------Author(s)----------
Jianhua Zhang
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|