show                 package:FLCore                 R Documentation

_M_e_t_h_o_d _s_h_o_w

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

     Standard display of an object contents in an interactive session.
     Objects of class 'FLQuant-class' with length > 1 along the sixth
     dimension (_iter_) are output in a summarised form, as 'median
     (mad)', where mad is the median  absolute deviation. See 'mad'.

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

     show(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) : Describe method

      _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) : Describe method

      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_F_L_Q_u_a_n_t_s) : Describe method

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

     The FLR Team

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

     FLComp

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

     # no 'iter'
     flq <- FLQuant(rnorm(80), dim=c(4,20), quant='age', units='kg')
     flq

     # with 'iter'
     flq <- FLQuant(rnorm(800), dim=c(4,20,1,1,1,10), quant='age', units='kg')
     flq

