grobName                package:grid                R Documentation

_G_e_n_e_r_a_t_e _a _N_a_m_e _f_o_r _a _G_r_o_b

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

     This function generates a unique (within-session) name for a grob,
     based on the grob's class.

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

     grobName(grob = NULL, prefix = "GRID")

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

    grob: A grob object or 'NULL'.

  prefix: The prefix part of the name.

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

     A character string of the form 'prefix.class(grob).index'

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

     Paul Murrell

