qaGraphList-class {flowQ}R Documentation

Class "qaGraphList"

Description

A list of qaGraph objects

Details

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 from the Class

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.

Slots

.Data:
Object of class "list", the list data

Extends

Class "list", from data part. Class "vector", by class "list", distance 2.

Methods

initialize
signature(.Object = "qaGraphList"): constructor
show
signature(object = "qaGraphList"): print object details

Author(s)

Florian Hahne

See Also

qaGraph, writeQAReport, qaProcess

Examples

showClass("qaGraphList")

[Package flowQ version 1.2.0 Index]