plot-methods             package:simecol             R Documentation

_M_e_t_h_o_d_s _f_o_r _F_u_n_c_t_i_o_n _p_l_o_t _i_n _P_a_c_k_a_g_e _s_i_m_e_c_o_l

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

     Methods for function 'plot' in package 'simecol'.

_U_s_a_g_e:

       ## S4 method for signature 'simObj, missing':
       plot(x, y, ...)
       ## S4 method for signature 'odeModel, missing':
       plot(x, y, ...)
       ## S4 method for signature 'gridModel, missing':
       plot(x, y, index=1:length(x@out), delay=0, ...)
       ## S4 method for signature 'rwalkModel, missing':
       plot(x, y, index=1:length(x@out), delay=0, ...)

_A_r_g_u_m_e_n_t_s:

       x: an object of class 'simObj',

       y: ignored,

   index: index of time steps to be plotted,

   delay: delay (in ms) between consecutive images (for 'gridModel's)
          or xy-plots (for 'rwalkModel's), 

     ...: optional plotting parameters.

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



     _x = "_A_N_Y", _y = "_A_N_Y" Generic function: see 'plot'.  

     _x = "_s_i_m_O_b_j", ... template function, does nothing and only issues
          a warning.

     _x = "_o_d_e_M_o_d_e_l", ... plots time series of the state variables.
          Optional plotting parameters are possible.

     _x = "_g_r_i_d_M_o_d_e_l", ... displays a series of images for the simulated
          grid.

     _x = "_r_w_a_l_k_M_o_d_e_l", ... displays a series of x-y plots of the
          simulated individuals.


