UsingR(UsingR)
UsingR()所属R语言包:UsingR
Opens browser to UsingR webpages
打开浏览器UsingR网页
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Opens the browser to webpages from the UsingR website.
打开浏览器的网页从UsingR网站。
用法----------Usage----------
UsingR(what = c("webpage", "errata", "changes", "exercises"))
参数----------Arguments----------
参数:what
A character string indicating what page to open. No value specified will open the main webpage. Others are "errata" for typos and erros, "changes" for changes to the text brought about by new changes to R, and "exercises" to go to page containing selected answers.
一个字符串,表示打开的页。未指定值,将打开主网页。其他的拼写错误和误差修改的“勘误表”,“变化”所带来的新变化,修改的文本到R,和“练功”去页面,其中包含所选的答案。
值----------Value----------
Opens the browser to the web page
打开浏览器的网页
(作者)----------Author(s)----------
John Verzani
参考文献----------References----------
<h3>See Also</h3>
实例----------Examples----------
## Not run: UsingR() # main webpage[#不运行:UsingR()#主网页]
## Not run: UsingR("err") # errata[#不运行:UsingR(“ERR”)勘误表]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|