summary.rcomp          package:compositions          R Documentation

_S_u_m_m_a_r_y _o_f _c_o_m_p_o_s_i_t_i_o_n_s _i_n _r_e_a_l _g_e_o_m_e_t_r_y

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

     Compute a summary of a composition based on real geometry.

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

               ## S3 method for class 'rcomp':
               summary( object, ... )
               

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

  object: an 'rcomp' dataset of compositions 

     ...: further arguments to 'summary'

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

     The data is applied a 'clo' operation before the computation.

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

     A matrix containing summary statistics. The value is the same as
     for the classical summary 'summary' applied to  a closed dataset.

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

     'rcomp', 'summary.aplus', 'summary.acomp'

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

     data(SimulatedAmounts)
     summary(rcomp(sa.lognormals))

