Abschlussnote           package:wikibooks           R Documentation

_C_a_l_c_u_l_a_t_i_o_n _o_f _a _f_i_c_t_i_v_e _g_r_a_d_u_a_t_i_o_n _m_a_r_k

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

     This function calculates a fictive graduation mark, wich is set
     together by three grades.  This is used in the Wikibook-Section
     "Programmierbeispiele"

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

     Abschlussnote(x, y, z)

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

       x: The first grade 

       y: The second grade 

       z: The third grade 

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

     Joerg Schlarmann

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

     <URL: http://de.wikibooks.org/wiki/GNU_R:_Programmierbeispiele >

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

      #Your three grades are 1.3, 1.7, 2.8
      Abschlussnote(1.3, 1.7, 2.8)

