qaGraphList-class {flowQ} | R Documentation |
A list of qaGraph
objects
This class directly extends class "list"
and is intended
to exclusively hold objects of class qaGraph
,
where each list item represents the grapical output of a QA subprocess
for a single flowFrame
. It mainly exists to
allow for method dispatch and should never be populated manualy;
instead, use the constructor qaGraphList
which makes sure, that
all image files are converted into the appropriate types and sizes and
copied to the expected file location.
Objects should be created using the constructor:
qaGraphList(imageFiles, imageDir, width)
, where
imageFiles
are paths to image files, imageDir is the
destination path for the
images and width
is the final width to which the bitmap images
are converted.
.Data
:"list"
, the list data
Class "list"
, from data part.
Class "vector"
, by class "list", distance 2.
signature(.Object = "qaGraphList")
: constructor signature(object = "qaGraphList")
: print object details Florian Hahne
qaGraph
, writeQAReport
, qaProcess
showClass("qaGraphList")