plotBenfordsLaw            package:rattle            R Documentation

_P_l_o_t _a _c_h_a_r_t _c_o_m_p_a_r_i_n_g _B_e_n_f_o_r_d'_s _L_a_w _w_i_t_h _a _s_u_p_p_l_i_e_d _n_u_m_e_r_i_c _v_e_r_t_o_r

_D_e_s_c_r_i_p_t_i_o_n:

     Plots a barchart of Benford's Law and the distribution of the
     frequencies of the first digit of the numbers supplied as the
     argument.

_U_s_a_g_e:

     plotBenfordsLaw(l)

_A_r_g_u_m_e_n_t_s:

       l: a vector of numbers to compare to Benford's Law.

_A_u_t_h_o_r(_s):

     Graham.Williams@togaware.com

_R_e_f_e_r_e_n_c_e_s:

     Package home page: <URL: http://rattle.togaware.com>

_E_x_a_m_p_l_e_s:

     # A simple example using the audit data from Rattle.
     data(audit)
     plotBenfordsLaw(audit$Income)

