"[[<--methods"           package:rflowcyt           R Documentation

_R_e_p_l_a_c_e_m_e_n_t _a_n_d/_o_r _A_d_d_i_t_i_o_n _o_f _n_e_w _s_l_o_t _o_r _i_n_d_e_x_e_d _e_l_e_m_e_n_t_s _u_s_i_n_g "[[<-"

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

     This method replaces the slot with a value that is assigned. In
     circumstances mentioned below, a new slot can also be added.

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



     _x = "_A_N_Y" Replaces a slot with the assigned value. 

     _x = "_F_C_S_m_e_t_a_d_a_t_a" Replaces the slot with the assigned value.

          If using a single character string index such as the
          slotNames ("mode" or "$MODE"; "size" or "$TOT"; "nparam" or
          "$PAR"; "longnames" or "$PnS" or "$P1S" or "$P2S" etc...;
          "shortnames"or "$PnN" or "$P1N" or "$P2N" etc...;
          "paramranges" or "$PnR" or "$P1R" or "$P2R"
          etc...;"fcsinfo";"objectname", "original", "filename") as
          well as the "fcsinfo" slotNames can be assigned a value. If
          no slot is found by the character index referring to the
          slotName, then a new slot will be made in the "fcsinfo" list
          with the particular character index as the slotName will be
          added along with the value that is assigned.

          If using a numeric single-valued or numeric vector index,
          only the "fcsinfo" slots are numerically indexed and assigned
          a new value.

     _x = "_F_C_S" Replaces the indexed slots of the metadata portion of
          the object; See x="FCSmetadata" (above) for details.

     _x="_P_R_I_M._s_t_e_p" replaces the object via a character slot name and/or
          a numeric iteration ID 


     _x="_P_R_I_M._s_t_e_p._s_e_t", _y="_m_i_s_s_i_n_g" replaces the object via a character
          slot name for the step (ie, "peel.step" or "expand.step") and
          with an optional slot name for the "PRIM.step" object.


     _x="_P_R_I_M._c_r_o_s_s_v_a_l._s_t_e_p", _y="_m_i_s_s_i_n_g" replaces the object via a
          character slot name and/or a numeric testdata ID

