sparkline-class(sparkTable)
sparkline-class()所属R语言包:sparkTable
Class "sparkline"
类“迷你图”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class defines data objects holding all information required to plot sparklines.
这个类定义数据对象,图迷你所需的所有信息。
类对象----------Objects from the Class----------
Objects can be created by using function newSparkLine.
可以创建对象使用功能newSparkLine。
插槽----------Slots----------
allColors: Object of class "ANY" ~~
allColors:对象类"ANY"~~
pointWidth: Object of class "numeric" ~~
pointWidth:对象类"numeric"~~
lineWidth: Object of class "numeric" ~~
lineWidth:对象类"numeric"~~
showIQR: Object of class "logical" ~~
showIQR:对象类"logical"~~
width: Object of class "numeric" ~~
width:对象类"numeric"~~
height: Object of class "numeric" ~~
height:对象类"numeric"~~
values: Object of class "numeric" ~~
values:对象类"numeric"~~
padding: Object of class "numeric" ~~
padding:对象类"numeric"~~
availableWidth: Object of class "numeric" ~~
availableWidth:对象类"numeric"~~
availableHeight: Object of class "numeric" ~~
availableHeight:对象类"numeric"~~
stepWidth: Object of class "numeric" ~~
stepWidth:对象类"numeric"~~
coordsX: Object of class "numeric" ~~
coordsX:对象类"numeric"~~
coordsY: Object of class "numeric" ~~
coordsY:对象类"numeric"~~
方法----------Methods----------
No methods defined with class "sparkline" in the signature.
无类“迷你图”在签名中定义的方法。
(作者)----------Author(s)----------
Bernhard Meindl, Alexander Kowarik, Statistics Austria
参见----------See Also----------
newSparkLine, plotSparks, setParameter, getParameter
newSparkLine,plotSparks,setParameter,getParameter
实例----------Examples----------
showClass("sparkline")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|