FLCohort               package:FLCore               R Documentation

_M_e_t_h_o_d _F_L_C_o_h_o_r_t

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

     Creator method for the FLCohort class.

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

     FLCohort(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) : Creates a FLCohort object from a
          FLQuant object. It simply shifts the matrix so that cohorts
          instead of years are located in the columns (second
          dimensions) of the array.

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

     The FLR Team

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

     FLCohort-class

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

     flq <- catch.n(ple4)
     flc <- FLCohort(flq)

     dimnames(flc)

     dim(flc)

     # compare with the original FLQuant dimensions
     dim(flq)

