ccplot                package:FLCore                R Documentation

_C_a_t_c_h-_c_u_r_v_e_s _p_l_o_t

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

     Catch-curves are essential to explore the mortality carried out on
     a stock. It shows the trends on different cohorts by age.

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

     ccplot(x,data)

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


      _s_i_g_n_a_t_u_r_e(_x=_f_o_r_m_u_l_a,_d_a_t_a=_F_L_C_o_h_o_r_t) : Trends on cohorts by age.

_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:

     data(ple4)
     ccplot(data~age, data=FLCohort(ple4@catch.n), type="l")

