transform               package:FLCore               R Documentation

_T_r_a_n_s_f_o_r_m _e_l_e_m_e_n_t_s _o_f _a _c_o_m_p_l_e_x _F_L_R _o_b_j_e_c_t

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

     Modification of individual elements of a complex FLR object can be
     carried out using 'transform'. A series of named arguments,
     corresponding to the slots to modify can be provided to the
     method. Existing slots can be referred simply by its name on the
     right handside on the argument expressions (see example below).

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

     transform(_data, ...)

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


     _s_i_g_n_a_t_u_r_e(__d_a_t_a=_F_L_C_o_m_p) : Method for all complex FLR classes that
          extend  'FLComp-class'

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

     The FLR Team

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

     'transform'

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

     data(ple4)
     ple4 <- transform(ple4, m.spwn=m.spwn+0.2)
     m.spwn(ple4)

