Learn R Programming

adehabitat (version 1.1-1)

storemapattr: Store attributes of maps of class asc and kasc

Description

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

Usage

storemapattr(x)

Arguments

x
An object of class asc or kasc

Value

  • Returns an object of class mapattr.

Details

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.

See Also

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

Examples

Run this code
data(puechabon)
(kasc <- puechabon$kasc)

(toto <- storemapattr(kasc))

Run the code above in your browser using DataLab