panel.dotplot 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 _d_o_t_p_l_o_t _D_e_s_c_r_i_p_t_i_o_n: Default panel function for 'dotplot'. _U_s_a_g_e: panel.dotplot(x, y, horizontal = TRUE, pch, col, lty, lwd, col.line, levels.fos, groups = NULL, ...) _A_r_g_u_m_e_n_t_s: x,y: variables to be plotted in the panel. Typically y is the 'factor' 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. pch, col, lty, lwd, col.line: graphical parameters levels.fos: locations where reference lines will be drawn groups: grouping variable (affects graphical parameters) ...: extra parameters, passed to 'panel.xyplot' which is responsible for drawing the foreground points ('panel.dotplot' only draws the background reference lines). _D_e_t_a_i_l_s: Creates (possibly grouped) Dotplot of 'x' against 'y' or vice versa _A_u_t_h_o_r(_s): Deepayan Sarkar Deepayan.Sarkar@R-project.org _S_e_e _A_l_s_o: 'dotplot'