panel.qqmath package:lattice R Documentation _D_e_f_a_u_l_t _P_a_n_e_l _a_n_d _P_r_e_p_a_n_e_l _F_u_n_c_t_i_o_n _f_o_r _q_q_m_a_t_h _D_e_s_c_r_i_p_t_i_o_n: This is the default panel function for 'qqmath'. _U_s_a_g_e: panel.qqmath(x, f.value = NULL, distribution = qnorm, qtype = 7, groups = NULL, ...) _A_r_g_u_m_e_n_t_s: x: vector (typically numeric, coerced if not) of data values to be used in the panel. f.value, distribution: Defines how quantiles are calculated. See 'qqmath' for details. qtype: The 'type' argument to be used in 'quantile' groups: An optional grouping variable. Within each panel, one Q-Q plot is produced for every level of this grouping variable, differentiated by different graphical parameters. ...: further arguments, often graphical parameters. _D_e_t_a_i_l_s: Creates a Q-Q plot of the data and the theoretical distribution given by 'distribution'. Note that most of the arguments controlling the display can be supplied directly to the high-level 'qqmath' call. _A_u_t_h_o_r(_s): Deepayan Sarkar Deepayan.Sarkar@R-project.org _S_e_e _A_l_s_o: 'qqmath'