hexList                package:hexbin                R Documentation

_C_o_n_d_i_t_i_o_n_a_l _B_i_v_a_r_i_a_t_e _B_i_n_n_i_n_g _i_n_t_o _H_e_x_a_g_o_n _C_e_l_l_s

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

     Creates a list of 'hexbin' objects.  Basic components are a cell
     id and a count of points falling in each occupied cell. Basic
     methods are 'show()', 'plot()'  and 'summary()', but also 'erode'.

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

     hexList(x, y = NULL, given = NULL, xbins = 30, shape = 1,
             xbnds = NULL, ybnds = NULL, xlab = NULL, ylab = NULL)

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

       x: ~~Describe 'x' here~~ 

       y: ~~Describe 'y' here~~ 

   given: ~~Describe 'given' here~~ 

   xbins: ~~Describe 'xbins' here~~ 

   shape: ~~Describe 'shape' here~~ 

   xbnds: ~~Describe 'xbnds' here~~ 

   ybnds: ~~Describe 'ybnds' here~~ 

    xlab: ~~Describe 'xlab' here~~ 

    ylab: ~~Describe 'ylab' here~~ 

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

     There is also a 'coerce' method to produce 'hexbinList' objects
     from 'list's.

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

     If it is a LIST, use 

  comp1 : Description of 'comp1'

  comp2 : Description of 'comp2'

     ...

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

     Nicholas Lewin-Koh

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

     'hexbin', 'hdiffplot'

