pv.rule(webvis)
pv.rule()所属R语言包:webvis
Add an rule to the visualization.
添加一个规则的可视化。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Add an rule to the visualization.
添加一个规则的可视化。
用法----------Usage----------
pv.rule(axis, data, left, left.name, left.scale, bottom, bottom.name, bottom.scale, ...)
参数----------Arguments----------
参数:axis
can be either "x" or "y"
可以是的“x”或“y”
参数:data
The data to be used in the function.
在函数中使用的数据进行。
参数:left
an exact position w.r.t. the left side of the panel
确切的位置w.r.t.,在面板的左侧
参数:bottom
an exact position w.r.t. the bottom side of the panel
确切的位置w.r.t.,面板的底侧
参数:bottom.name
The name of the field in the supplied data frame or vector.
的名称字段中提供的数据框或矢量。
参数:left.name
The name of the field in the supplied data frame or vector.
的名称字段中提供的数据框或矢量。
参数:bottom.scale
The name of the field in the supplied data frame or vector.
的名称字段中提供的数据框或矢量。
参数:left.scale
The name of the field in the supplied data frame or vector.
的名称字段中提供的数据框或矢量。
参数:...
The parameters from pv.chart</table>
参数pv.chart </ TABLE>
Details
详细信息----------Details----------
pv.rule Add an rule to the visualization.
pv.rule添加规则的可视化。
值----------Value----------
A wv object.
甲西弗吉尼亚州的对象。
(作者)----------Author(s)----------
Shane Conway <a href="mailto:shane.conway@gmail.com">shane.conway@gmail.com</a>
参考文献----------References----------
<h3>See Also</h3>
实例----------Examples----------
wv <- pv.panel(width=300, height=200, left=20, top=20, right=20, bottom=20)
wv <- wv + (pv.rule(wv=wv, data=data, axis="y", stroke.style="rgba(128,128,128,.2)", scale.min=0) + pv.label(anchor="right", text.name="y"))
wv <- wv + (pv.rule(wv=wv, data=1:10, axis="x", stroke.style="rgba(128,128,128,.2)") + pv.label(anchor="bottom", text.name="x"))
wv <- wv + pv.line(wv=wv, data=data, scale.min=0)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|