splitString            package:RGraphics            R Documentation

_S_p_l_i_t _t_e_x_t _i_n_t_o _m_u_l_t_i_p_l_e _l_i_n_e_s

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

     Splits a single string into multiple lines (by inserting line
     breaks) so that the output will fit within the current viewport.

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

     splitString(text)

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

    text: 

     {The string to split.}

