Math2                  package:spam                  R Documentation

_R_o_u_n_d_i_n_g _o_f _N_u_m_b_e_r_s

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

     Applies the 'Math2' group functions to ''spam'' objects

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

     # round(x, digits = 0)
     # signif(x, digits = 6)

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

       x: spam object.

  digits: integer indicating the precision to be used.

_D_e_t_a_i_l_s:

     This set of functions The for this generic class typical 'na.rm'
     argument has no weight here as NA/NaN/Inf are not meaningful
     (yet).

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

     All functions operate on the vector 'x@entries' and return the
     result thereof.

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

     Reinhard Furrer

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

     'Math'

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

     getGroupMembers("Math2")

     smat <- diag.spam( rnorm(15))
     round(smat, 3)

