quant                 package:FLCore                 R Documentation

_M_e_t_h_o_d _q_u_a_n_t

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

     Function to get or set the name of first dimension (quant) in an
     object of class 'FLQuant' or 'FLCohort'.

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

     quant(object)  quant<-(object,value)

_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) : Get the name of the first dimension
          of an 'FLQuant' object.

      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_F_L_C_o_h_o_r_t) : Get the name of the first dimension
          of an 'FLCohort' object.

      _s_i_g_n_a_t_u_r_e(_o_b_j_e_c_t=_F_L_Q_u_a_n_t,_v_a_l_u_e=_A_N_Y) : Set the name of the first
          dimension of an 'FLQuant' object.

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

     The FLR Team

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

     FLQuant-class, FLCohort-class

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

     # quant is 'quant' by default
     quant(FLQuant())

     flq <- FLQuant(rnorm(80), dim=c(4,20), quant='age')

     quant(flq)

     quant(flq) <- 'length'

     summary(flq)

