explodePaths            package:grImport            R Documentation

_E_x_p_l_o_d_e _C_o_m_p_l_e_x _P_i_c_t_u_r_e _P_a_t_h_s

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

     This function converts complex paths within a '"Picture"' object
     (paths that contain more than one move operation) into multiple
     simple paths (paths with only one move operation).

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

     explodePaths(picture)

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

 picture: A '"Picture"' object. 

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

     A '"Picture"' object.

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

     Paul Murrell

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

     'grid.picture'

