discreteAggregator-class(flowQ)
discreteAggregator-class()所属R语言包:flowQ
Class "discreteAggregator"
类“discreteAggregator”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Abstraction of a discrete type of aggregator with possible
一个可能的聚合与离散型的抽象
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("discreteAggregator", ...) or using the constructor discreteAggregator(x), where x is an integer value in [0,1,2] or a factor with levels 0, 1 and 2.
对象可以通过检测的形式new("discreteAggregator", ...)创建或使用的构造discreteAggregator(x),其中x[0,1,2]是一个整型值或与水平的一个因素0 1和2。
插槽----------Slots----------
x: Object of class "factor" One in 0 (not passes),
x:Object类的"factor"0(不及格),
passed: Object of class "logical" indicating
passed:Object类的"logical"说明
延伸----------Extends----------
Class qaAggregator, directly.
类qaAggregator,直接。
方法----------Methods----------
show signature(object = "discreteAggregator"): print
显示signature(object = "discreteAggregator"):打印
writeLines signature(text = "discreteAggregator", con = "file", sep = "missing", useBytes="missing"): write to HTML
writeLinessignature(text = "discreteAggregator", con = "file", sep = "missing", useBytes="missing"):写入到HTML
作者(S)----------Author(s)----------
Florian Hahne
参见----------See Also----------
qaProcess.marginevents, qaReport, qaProcess, qaProcess.timeline, binaryAggregator, factorAggregator, numericAggregator, stringAggregator, rangeAggregator
qaProcess.marginevents,qaReport,qaProcess,qaProcess.timeline,binaryAggregator,factorAggregator,numericAggregator,stringAggregator,rangeAggregator
举例----------Examples----------
showClass("discreteAggregator")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|