panel.stripplot package:lattice R Documentation _D_e_f_a_u_l_t _P_a_n_e_l _F_u_n_c_t_i_o_n _f_o_r _s_t_r_i_p_p_l_o_t _D_e_s_c_r_i_p_t_i_o_n: This is the default panel function for 'stripplot'. Also see 'panel.superpose' _U_s_a_g_e: panel.stripplot(x, y, jitter.data = FALSE, factor = 0.5, amount = NULL, horizontal = TRUE, groups = NULL, ...) _A_r_g_u_m_e_n_t_s: x,y: coordinates of points to be plotted jitter.data: whether points should be jittered to avoid overplotting. The actual jittering is performed inside 'panel.xyplot', using its 'jitter.x' or 'jitter.y' argument (depending on the value of 'horizontal'). factor, amount: amount of jittering, see 'jitter' horizontal: logical. If FALSE, the plot is 'transposed' in the sense that the behaviours of x and y are switched. x is now the 'factor'. Interpretation of other arguments change accordingly. See documentation of 'bwplot' for a fuller explanation. groups: optional grouping variable ...: additional arguments, passed on to 'panel.xyplot' _D_e_t_a_i_l_s: Creates stripplot (one dimensional scatterplot) of 'x' for each level of 'y' (or vice versa, depending on the value of 'horizontal') _A_u_t_h_o_r(_s): Deepayan Sarkar Deepayan.Sarkar@R-project.org _S_e_e _A_l_s_o: 'stripplot', 'jitter'