Description Objects from the Class Slots Extends Methods Author(s) See Also Examples
Abstraction of a numeric type of aggregator for which possible states are coded by a numeric value
Objects can be created by calls of the
form new("numericAggregator", ...)
or using the constructor
numericAggregator(x, passed)
, where x
is a numeric scalar,
and passed
is a logical scalar.
x
:Object of class "numeric"
coding the outcome
state.
passed
:Object of class "logical"
indicating
whether the process has passed the QA requirements.
Class qaAggregator
, directly.
signature(object = "numericAggregator")
: print
object details
signature(text = "numericAggregator", con = "file",
sep = "missing", useBytes= "missing")
: write to HTML file connection
Florian Hahne
qaProcess.marginevents
,
qaReport
,
qaProcess
,
qaProcess.timeline
,
discreteAggregator
,
factorAggregator
,
binaryAggregator
,
stringAggregator
,
rangeAggregator
1 | showClass("numericAggregator")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.