hashtable               package:graph               R Documentation

_C_r_e_a_t_e _a _h_a_s_h_t_a_b_l_e

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

     This function returns a new hashtable object. At present we use
     'environment' objects as hashtables.

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

     hashtable()

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

     An object of mode 'environment'.

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

     Saikat DebRoy

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

     h <- hashtable()
     h[['a']] <- 1
     h[['a']]

