Description Details Objects from the Class Slots Extends Methods Author(s) See Also Examples
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, pdf=TRUE)
, 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. pdf
can be used to
toggle the generation of vectorized versions of the images.
.Data
:Object of class "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
1 | showClass("qaGraphList")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.