signalDist package:affyQCReport R Documentation _I_n_t_e_n_s_i_t_y _d_i_s_t_r_i_b_u_t_i_o_n _p_l_o_t_s _f_o_r _a _A_f_f_y_B_a_t_c_h _o_b_j_e_c_t _D_e_s_c_r_i_p_t_i_o_n: Creates the secondpage of the QC report created by 'QCReport' for an object of class 'AffyBatch' The page contains a boxplot and intensity distribution plots. _U_s_a_g_e: signalDist(object) _A_r_g_u_m_e_n_t_s: object: {An object of class 'AffyBatch'.} _D_e_t_a_i_l_s: This creates the second page of a 'QCReport' report. The first graph is created with the 'AffyBatch' method 'boxplot'. The second graph in created with the 'AffyBatch' method 'hist'. More details are available in the vignette. _V_a_l_u_e: TRUE _E_x_a_m_p_l_e_s: library(affydata) data(Dilution) signalDist(Dilution)