flowQ (version 1.32.0)

factorAggregator-class: Class "factorAggregator"

Description

Abstraction of a factor type of aggregator with possible states coded by the factor levels

Arguments

Objects from the Class

Objects can be created by calls of the form new("factorAggregator", ...) or using the constructor factorAggregator(x, passed), where x is a factor, or an object which can be coerced to a factor, and passed is a logical scalar.

Slots

x:
Object of class "factor" coding the outcome state
passed:
Object of class "logical" indicating whether the process has passed the QA requirements

Extends

Class "qaAggregator", directly.

Methods

show
signature(object = "factorAggregator"): print object details
writeLines
signature(text = "factorAggregator", con = "file", sep = "missing", useBytes= "missing"): write to HTML file connection

See Also

qaProcess.marginevents, qaReport, qaProcess, qaProcess.timeline, discreteAggregator, binaryAggregator, numericAggregator, stringAggregator, rangeAggregator,

Examples

Run this code
showClass("factorAggregator")

Run the code above in your browser using DataLab