readFCSaux               package:prada               R Documentation

_A_u_x_i_l_i_a_r_y _f_u_n_c_t_i_o_n_s _f_o_r _r_e_a_d_F_C_S

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

     Auxiliary functions for readFCS - not normally called by the user

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

       readFCSgetPar(x, pnam)
       readFCSheader(con)
       readFCStext(con, offsets)
       readFCSdata(con, offsets, x)

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

       x: Named character vector.

    pnam: Character vector, its elements must be contained in
          'names(x)'.

     con: Connection.

 offsets: Integer vector of length 6 with byte offsets of the header,
          text, and data blocks.

_D_e_t_a_i_l_s:

     These functions are not normally called by the user. See 'readFCS'
     instead.

_V_a_l_u_e:

     Various.

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

     Wolfgang Huber <URL: http://www.ebi.ac.uk/huber>

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

     'readFCS'

