storemapattr           package:adehabitat           R Documentation

_S_t_o_r_e _a_t_t_r_i_b_u_t_e_s _o_f _m_a_p_s _o_f _c_l_a_s_s _a_s_c _a_n_d _k_a_s_c

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

     'storemapattr' stores attributes of maps of class 'asc' and 'kasc'
     in an object of class 'mapattr'.

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

     storemapattr(x)

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

       x: An object of class 'asc' or 'kasc' 

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

     This function is essentially used by programmers in functions
     dealing with maps of class 'asc' or 'kasc'.  The function
     'getXYcoords' is an example of function using 'storemapattr'.

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

     Returns an object of class 'mapattr'.

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

     Clment Calenge calenge@biomserv.univ-lyon1.fr

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

     'as.kasc' and 'import.asc' for additional information on the
     classes 'kasc' and 'asc'.

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

     data(puechabon)
     (kasc <- puechabon$kasc)

     (toto <- storemapattr(kasc))

