qaGraphList-class           package:flowQ           R Documentation

_C_l_a_s_s "_q_a_G_r_a_p_h_L_i_s_t"

_D_e_s_c_r_i_p_t_i_o_n:

     A list of 'qaGraph' objects

_D_e_t_a_i_l_s:

     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.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     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.

_S_l_o_t_s:


     '._D_a_t_a': Object of class '"list"', the list data 

_E_x_t_e_n_d_s:

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

_M_e_t_h_o_d_s:


     _i_n_i_t_i_a_l_i_z_e 'signature(.Object = "qaGraphList")': constructor 

     _s_h_o_w 'signature(object = "qaGraphList")': print object details 

_A_u_t_h_o_r(_s):

     Florian Hahne

_S_e_e _A_l_s_o:

     'qaGraph', 'writeQAReport', 'qaProcess'

_E_x_a_m_p_l_e_s:

     showClass("qaGraphList")

