panel.histogram 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 _h_i_s_t_o_g_r_a_m _D_e_s_c_r_i_p_t_i_o_n: This is the default panel function for 'histogram'. _U_s_a_g_e: panel.histogram(x, breaks, equal.widths = TRUE, type = "density", nint = round(log2(length(x)) + 1), alpha, col, border, lty, lwd, ...) _A_r_g_u_m_e_n_t_s: x: The data points for which the histogram is to be drawn breaks: The breakpoints for the histogram equal.widths: logical used when 'breaks==NULL' type: Type of histogram, possible values being '"percent"', '"density"' and '"count"' nint: Number of bins for the histogram alpha, col, border, lty, lwd: graphical parameters for bars; defaults are obtained from the 'plot.polygon' settings. ...: other arguments, passed to 'hist' when deemed appropriate _A_u_t_h_o_r(_s): Deepayan Sarkar Deepayan.Sarkar@R-project.org _S_e_e _A_l_s_o: 'histogram'