distfacmap            package:adehabitat            R Documentation

_C_o_m_p_u_t_e _d_i_s_t_a_n_c_e_s _t_o _t_h_e _d_i_f_f_e_r_e_n_t _l_e_v_e_l_s _o_f _a _f_a_c_t_o_r _m_a_p

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

     This function computes map of distances to patches belonging to
     the different levels of a map of class 'asc' and of type 'factor'.

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

     distfacmap(x)

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

       x: an object of class 'asc' and of type 'factor' 

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

     An object of class 'kasc'.

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

     Clment Calenge calenge@biomserv.univ-lyon1.fr

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

     'import.asc' for further info on objects of class 'asc'.

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

     ## Not run: 
     data(puechabon)
     asp <- getkasc(puechabon$kasc, "Aspect")
     image(asp)
     sor <- distfacmap(asp)
     image(sor)
     ## End(Not run)

