browseVignettes(utils)
browseVignettes()所属R语言包:utils
List Vignettes in an HTML Browser
在HTML浏览器的列表小故事
译者:生物统计家园网 机器人LoveR
描述----------Description----------
List available vignettes in an HTML browser with links to PDF, LaTeX/noweb source, and (tangled) R code (if available).
在HTML浏览器链接到PDF,乳胶/的noweb源,(纠结)R代码(如果可用)列出可用的护身符。
用法----------Usage----------
browseVignettes(package = NULL, lib.loc = NULL, all = TRUE)
## S3 method for class 'browseVignettes'
print(x, ...)
参数----------Arguments----------
参数:package
a character vector with the names of packages to search through, or NULL in which "all" packages (as defined by argument all) are searched.
与特征向量的套件名称进行搜索,或NULL“所有”包(参数all定义)进行搜索。
参数:lib.loc
a character vector of directory names of R libraries, or NULL. The default value of NULL corresponds to all libraries currently known.
特征向量的研发图书馆的目录名,或NULL。默认值的NULL对应于目前已知的所有库。
参数:all
logical; if TRUE search all available packages in the library trees specified by lib.loc, and if FALSE, search only attached packages.
逻辑;如果TRUE搜索所有可用的软件包在lib.loc指定的库树,如果FALSE,只搜索附加的软件包。
参数:x
Object of class browseVignettes.
对象类browseVignettes。
参数:...
Further arguments, ignored by the print method.
进一步的论据,忽略print方法。
Details
详情----------Details----------
Function browseVignettes returns an object of the same class; the print method displays it as an HTML page in a browser (using browseURL).
功能browseVignettes返回同一类的对象;打印方法显示在浏览器中的HTML页面(使用browseURL)。
参见----------See Also----------
browseURL, vignette
browseURL,vignette
举例----------Examples----------
## List vignettes from all *attached* packages[#列出所有*附*包护身符]
browseVignettes(all = FALSE)
## List vignettes from a specific package[#列出从一个特定的包的护身符]
browseVignettes("grid")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|