plot.ProbeSet package:affy R Documentation _p_l_o_t _a _p_r_o_b_e _s_e_t _D_e_s_c_r_i_p_t_i_o_n: _U_s_a_g_e: plot.ProbeSet(x, which=c("pm", "mm"), xlab = "probes", type = "l", ylim = NULL, ...) _A_r_g_u_m_e_n_t_s: x: a 'ProbeSet' which: get the PM or the MM xlab: label on x-axis type: plot type ylim: range of the y-axis ...: optional arguments to be passed to 'matplot' _D_e_t_a_i_l_s: _V_a_l_u_e: This function is only used for its (graphical) side-effect. _S_e_e _A_l_s_o: 'ProbeSet' _E_x_a_m_p_l_e_s: data(SpikeIn) plot(SpikeIn)