pv.scale(webvis)
pv.scale()所属R语言包:webvis
A scaling function for protovis.
为protovis的缩放功能。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
A scaling function for protovis.
为protovis的缩放功能。
用法----------Usage----------
pv.scale(type, width, height, data, data.name, scale.min, scale.max, xmin, xmax, ymin, ymax)
参数----------Arguments----------
参数:type
The type is a "." separated string which determines whether the scaling is linear, log, or ..., and what parameter should be scaled.
该类型是一个“。”分隔的字符串,确定是否是线性的缩放,记录,...,什么样的参数进行调整。
参数:width
The width of the panel.
面板的宽度。
参数:height
The height of the panel.
面板的高度。
参数:data
The data for the panel.
面板的数据。
参数:data.name
The name of the variable to be scaled.
的变量名进行缩放。
参数:scale.min
The minimum scaled value (or defaults to zero) in pixels.
以像素为单位的最低比例值(或默认为零)。
参数:scale.max
The maximum scaled value (or defaults to the height/width of the visualization) in pixels.
最大规模的以像素为单位的值(或默认的可视化的高度/宽度)。
参数:xmin
The minimum x value for the scaled output.
缩放的输出的最小x值。
参数:xmax
The maximum x value for the scaled output.
缩放的输出的最大的x值。
参数:ymin
The minimum y value for the scaled output.
的最小的y值的标度输出。
参数:ymax
The maximum y value for the scaled output.</table>
缩放的输出的最大y值</表>
Details
详细信息----------Details----------
pv.scale A scaling function for protovis.
pv.scale的缩放功能的protovis。
值----------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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|