phist                package:ProfessR                R Documentation

_P_l_o_t _H_i_s_t_o_g_r_a_m _w_i_t_h _G_r_a_d_e_s _l_a_b_e_l_e_d

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

     Plot Histogram with Grades labeled

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

     phist(G, Z = 1, L = 1, col = 2, add = FALSE, tit = "GEOL 105 Exam 1")

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

       G: Histogram list from do.grades

       Z: numerical grades

       L: text, vector, Letter Grades

     col: color for text

     add: logical, add=TRUE, add to existing plot

     tit: title for plot

_V_a_l_u_e:

     List: 

       x: x location on plot

       y: y location on plot

       L: Label printed

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

     Jonathan M. Lees<jonathan.lees@unc.edu>

_S_e_e _A_l_s_o:

     do.grades

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

     ## Not run: 
     newID3 =  repair.id(DBB, raw3)
     raw3$id=newID3
     raw3$ID=newID3

     ## End(Not run)

