flowQ (version 1.32.0)

qaGraphList-class: Class "qaGraphList"

Description

A list of qaGraph objects

Arguments

Objects from the Class

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.

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

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.

See Also

qaGraph, writeQAReport, qaProcess

Examples

Run this code
showClass("qaGraphList")

Run the code above in your browser using DataLab