Last chance! 50% off unlimited learning
Sale ends in
storemapattr
stores attributes of maps of class asc
and
kasc
in an object of class mapattr
.
storemapattr(x)
an object of class asc
or kasc
Returns an object of class mapattr
.
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
.
kasc
and asc
for
additional information on the classes kasc
and asc
.
# NOT RUN {
data(puechabon)
(kasc <- puechabon$kasc)
(toto <- storemapattr(kasc))
# }
Run the code above in your browser using DataLab