| storemapattr {adehabitat} | R Documentation |
storemapattr stores attributes of maps of class asc and
kasc in an object of class mapattr.
storemapattr(x)
x |
an object of class asc or kasc |
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.
Returns an object of class mapattr.
Clement Calenge clement.calenge@oncfs.gouv.fr
kasc and asc for
additional information on the classes kasc and asc.
data(puechabon) (kasc <- puechabon$kasc) (toto <- storemapattr(kasc))