"coerce-methods"          package:rflowcyt          R Documentation

_C_o_e_r_c_i_n_g _a_n _o_b_j_e_c_t _c_l_a_s_s _t_o _a_n_o_t_h_e_r _c_l_a_s_s

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

     This method will coerce an object to a specific class using the
     following call:

     'as("class", object)'

     where "class" is a specific class detailed below, and 'object' is
     the specific object to be coerced.

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



     _f_r_o_m = "_A_N_Y", _t_o = "_a_r_r_a_y" Coercion or force "ANY" object into
          "array" object

     _f_r_o_m = "_A_N_Y", _t_o = "_c_a_l_l" Coercion or force "ANY" object into
          "call" object 

     _f_r_o_m = "_A_N_Y", _t_o = "_c_h_a_r_a_c_t_e_r" Coercion or force "ANY" object into
          "character" object

     _f_r_o_m = "_A_N_Y", _t_o = "_c_o_m_p_l_e_x" Coercion or force "ANY" object into
          "complex" object

     _f_r_o_m = "_A_N_Y", _t_o = "_e_n_v_i_r_o_n_m_e_n_t" Coercion or force "ANY" object
          into "environment" object

     _f_r_o_m = "_A_N_Y", _t_o = "_e_x_p_r_e_s_s_i_o_n" Coercion or force "ANY" object
          into "expression" object

     _f_r_o_m = "_A_N_Y", _t_o = "_f_u_n_c_t_i_o_n" Coercion or force "ANY" object into
          "function" object 

     _f_r_o_m = "_A_N_Y", _t_o = "_i_n_t_e_g_e_r" Coercion or force "ANY" object into
          "integer" object  

     _f_r_o_m = "_A_N_Y", _t_o = "_l_i_s_t" Coercion or force "ANY" object into
          "list" object 

     _f_r_o_m = "_A_N_Y", _t_o = "_l_o_g_i_c_a_l" Coercion or force "ANY" object into
          "logical" object  

     _f_r_o_m = "_A_N_Y", _t_o = "_m_a_t_r_i_x" Coercion or force "ANY" object into
          "matrix" object  

     _f_r_o_m = "_A_N_Y", _t_o = "_n_a_m_e" Coercion or force "ANY" object into
          "matrix" object 

     _f_r_o_m = "_A_N_Y", _t_o = "_n_u_m_e_r_i_c" Coercion or force "ANY" object into
          "numeric" object 

     _f_r_o_m = "_A_N_Y", _t_o = "_s_i_n_g_l_e" Coercion or force "ANY" object into
          "single" object 

     _f_r_o_m = "_A_N_Y", _t_o = "_t_s" Coercion or force "ANY" object into "ts"
          object  

     _f_r_o_m = "_A_N_Y", _t_o = "_v_e_c_t_o_r" Coercion or force "ANY" object into
          "vector" object 

     _f_r_o_m = "_A_N_Y", _t_o = "_N_U_L_L" Coercion or force "ANY" object into
          "NULL" object

     _f_r_o_m = "_F_C_S", _t_o = "_m_a_t_r_i_x" Coercion or force "FCS" object into
          "matrix" object by returning only the data matrix of the
          "FCS" object

     _f_r_o_m = "_F_C_S", _t_o = "_d_a_t_a._f_r_a_m_e" Coercion or force "FCS" object
          into "data.frame" object by returning only the data
          data.frame of the "FCS" object 

     _f_r_o_m = "_m_a_t_r_i_x", _t_o = "_F_C_S" Coercion or force "matrix" object into
          "FCS" object by setting the "matrix" object as the 'data'
          slot and having a default 'metadata' slot of class
          "FCSmetadata". 

     _f_r_o_m = "_d_a_t_a._f_r_a_m_e", _t_o = "_F_C_S" Coercion or force "data.frame"
          object into "FCS" object by setting the "data.frame" object
          as the 'data' slot and having a default 'metadata' slot of
          class "FCSmetadata".  

