plot.density package:stats R Documentation _P_l_o_t _M_e_t_h_o_d _f_o_r _K_e_r_n_e_l _D_e_n_s_i_t_y _E_s_t_i_m_a_t_i_o_n _D_e_s_c_r_i_p_t_i_o_n: The 'plot' method for density objects. _U_s_a_g_e: ## S3 method for class 'density': plot(x, main = NULL, xlab = NULL, ylab = "Density", type = "l", zero.line = TRUE, ...) _A_r_g_u_m_e_n_t_s: x: a '"density"' object. main, xlab, ylab, type: plotting parameters with useful defaults. ...: further plotting parameters. zero.line: logical; if 'TRUE', add a base line at y = 0 _V_a_l_u_e: None. _S_e_e _A_l_s_o: 'density'.