simplePVect             package:RBioinf             R Documentation

_A _f_u_n_c_t_i_o_n _t_o _p_r_i_n_t _a _v_e_c_t_o_r _a_t _t_h_e _C _l_e_v_e_l.

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

     This function takes as input any vector, matrix or array of
     numeric values and passes that array out to C, where it is
     printed, in order from the first value stored to the last,
     regardless of the dimensioning information. And information about
     the location is printed as well.

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

     simplePVect(iV)

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

      iV: The input vector. 

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

     As above.

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

     'NULL' is returned. The function is called only for its side
     effects.

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

     R. Gentleman

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

     simplePVect(1:3)

