new.webvis(webvis)
new.webvis()所属R语言包:webvis
Create a new webvis object to store each layer of the visualization.
创建一个新webvis对象来存储每个层的可视化。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create a new webvis object to store each layer of the visualization.
创建一个新webvis对象来存储每个层的可视化。
用法----------Usage----------
new.webvis(name="vis", description, width=300, height=200, dataset, root, branch=list(), render)
参数----------Arguments----------
参数:width
The width in pixels.
宽度(以像素为单位)。
参数:height
The height in pixels.
以像素为单位的高度。
参数:name
The name of the visualization.
可视化文件的名称。
参数:description
A description of the visualization.
可视化的描述。
参数:dataset
A dataset associated with the visualization.
相关数据集的可视化。
参数:root
The root node of the visualization (the primary root should be a panel).
可视化(初生根应该是一个面板)的根节点。
参数:branch
A node layer underneath the root visualization.
根可视化层下一个节点。
参数:render
The render command for the given visualization.</table>
给定的可视化渲染命令。</ TABLE>
Details
详细信息----------Details----------
new.webvis Create a new webvis object to store each layer of the visualization.
new.webvis创建一个新webvis,对象来存储的可视化的每个层。
值----------Value----------
A webvis object.
一个webvis对象。
(作者)----------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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|