hsmooth-methods            package:hexbin            R Documentation

_H_e_x_a_g_o_n _B_i_n _S_m_o_o_t_h_i_n_g: _G_e_n_e_r_i_c _h_s_m_o_o_t_h() _a_n_d _M_e_t_h_o_d_s

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

     Methods for the generic function 'hsmooth' in package 'hexbin':
     There is currently only the one for 'hexbin' objects.

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

     ## S4 method for signature 'hexbin':
     hsmooth(bin, wts)

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

     bin: a 'hexbin' object, or an extension such as 'erodebin-class'.

     wts: weights vector, see 'smooth.hexbin'

_M_e_t_h_o_d_s:


     _b_i_n = "_h_e_x_b_i_n" is just the 'smooth.hexbin' function (for back
          compatibility); see its documentation, also for examples.

