webvisToHTML(webvis)
webvisToHTML()所属R语言包:webvis
Convert webvis to HTML.
到HTML转换webvis。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Convert webvis to HTML.
到HTML转换webvis。
用法----------Usage----------
webvisToHTML(wv, div.id="id", html.wrap=TRUE, title, head=getHead(title = title, protovis.path = protovis.path), tail=getTail(), protovis.path)
参数----------Arguments----------
参数:wv
A webvis.flat object (from the unfold.webvis function()).
一个webvis.flat对象(从unfold.webvis功能())。
参数:div.id
The div tag id.
div标签的ID。
参数:html.wrap
Whether to wrap the visualization in other supplied HTML.
无论是包装提供的其他HTML的可视化。
参数:title
The title of the HTML page.
的HTML页面的标题。
参数:head
The HTML above the webvis.
在HTML上面webvis。
参数:tail
The HTML below the webvis.
HTML低于webvis。
参数:protovis.path
The path to the protovis javascript.</table>
该的路径的protovis的JavaScript。</ TABLE>
Details
详细信息----------Details----------
webvisToHTML Convert webvis to HTML.
webvisToHTML转换webvis HTML。
值----------Value----------
The HTML output
HTML输出
(作者)----------Author(s)----------
Shane Conway <a href="mailto:shane.conway@gmail.com">shane.conway@gmail.com</a>
参考文献----------References----------
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|