# NOT RUN {
data(puechabon)
(sahr <- puechabon$sahr)
## Displays all the variables for a given animal
image(sahr, ani = "Chou")
## Displays all the animals for a given variable
image(sahr, var = "Elevation")
## Load and displays the relocations of the animals
locs <- puechabon$locs[,c(1,4:5)]
image(sahr, var = "Elevation", dfidxy = locs, pch = 21)
# }
Run the code above in your browser using DataLab