pv.mark(webvis)
pv.mark()所属R语言包:webvis
Generic function for all Protovis mark types.
通用功能,所有Protovis标记类型。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generic function for all Protovis mark types.
通用功能,所有Protovis标记类型。
用法----------Usage----------
pv.mark(wv, type, data, ..., anchor)
参数----------Arguments----------
参数:wv
A webvis object
一个webvis对象
参数:type
Can be "Line", "Bar", etc. (see Protovis API)
是“线”,“条形”等(见Protovis API)
参数:data
A dataset for plotting.
数据集进行打印。
参数:...
Any number of pv.param objects.
任意数量的pv.param对象。
参数:anchor
If anchoring to another object.</table>
如果锚定到另一个对象。</ TABLE>
Details
详细信息----------Details----------
pv.mark Generic function for all Protovis mark types. This function can be used
pv.mark通用功能为所有Protovis的标记类型。此功能可用于
值----------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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|