delta               package:clim.pact               R Documentation

_D_e_l_t_a _f_u_n_c_t_i_o_n

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

     The dirac delta function: delta (i,j) returns 1 if i==j, 0
     otherwise. Used in `optint'.

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

     delta(i,j)

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

       i: first index.

       j: second index.

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

     0 or 1

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

     R.E. Benestad

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

