summary                package:FLCore                R Documentation

_M_e_t_h_o_d _s_u_m_m_a_r_y

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

     Outputs a general summary of the structure and content of the
     object. The particular output obtined depends on the class of the
     argument object.

_G_e_n_e_r_i_c _f_u_n_c_t_i_o_n:

     summary(object)

_M_e_t_h_o_d_s:


      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_F_L_Q_u_a_n_t) : Returns dimensions, quant, units and
          distribution of data, including percentage of NAs

      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_F_L_Q_u_a_n_t_P_o_i_n_t) : Returns dimensions, quant, units
          and distribution of data

      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_F_L_C_o_m_p) : Outputs name, desc, quant and
          dimensions of each slot

      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_F_L_Q_u_a_n_t_s) : Returns dimensions, quant, units and
          distribution of data, including percentage of NAs for each
          element in the list

      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_F_L_P_a_r) : Returns the values stored, or tehir
          basic statistics

      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_F_L_F_l_e_e_t) : Outputs name, desc, quant and
          dimensions of each slot

      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_F_L_M_o_d_e_l) : Returns the name, desc and content of
          model-related slots

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

     The FLR Team

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

     summary

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

     summary(ple4)

     summary(nsher)

