FLStocks               package:FLCore               R Documentation

_C_l_a_s_s _F_L_S_t_o_c_k_s

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

     'FLStocks' is a class that extends 'list' through 'FLlst' but
     implements a set of features that give a little bit more structure
     to list objects. The elements of 'FLStocks' must all be of class
     'FLStock'. It implements a lock mechanism that, when turned on,
     does not allow the user to increase or decrease the object length.

_S_l_o_t_s:


     ._D_a_t_a The data. 'list'.

     _n_a_m_e_s Names of the list elements. 'character'.

     _d_e_s_c Description of the object. 'character'.

     _l_o_c_k Lock mechanism, if turned on the length of the list can not
          be modified by adding or removing elements. 'logical'.

_E_x_t_e_n_d_s:


          FLlst list vector

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


     _p_l_o_t(_g_r_a_p_h_i_c_s): Default plot for FLStocks. Different lines for
          each stock object are shown in panel panels, corresponding to
          _rec_, _ssb_,  _catch_ and _harvest_. A _key_ argument turns
          off (FALSE, default) or on (TRUE) a figure key. A new key can
          also be provided (see _key_ entry in 'xyplot'.

      'signature(x=FLStocks,y=missing)'

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

     The FLR Team

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

     plot, FLlst, list

