| qaProcess-class {flowQ} | R Documentation |
QA processes create graphical output which can be bundled
in a single HTML document. This class stores all information that is
needed by writeQAReport to produce such HTML reports.
Objects should be created using the
constructor functions. See qaProcess.timeline and
qaProcess.marginevents for details. When writing new QA
process functions, the constructors qaProcessFrame and
qaProcess should be used. The latter expects the mandatory
arguments id, type and frameProcesses and also
accepts the optional arguments name and summaryGraph.
See the vignette of this package for details.
id:"character", the objects
unique identifier name:"character", the name of
the process type:"character", the type of process frameIDs:"character", the
identifiers of the flowSets to which the
subprocesses are linkes summaryGraph:"qaGraph", a
graphical summary of the processe's outcome frameProcesses:"list", more
detailed information for each flowFrame signature(.Object = "qaProcess"): constructor Florian Hahne
qaGraphList, writeQAReport, qaProcessFrame
showClass("qaProcess")