Description Usage Arguments Author(s) See Also Examples
image.sahrlocs
allows a gray-level display of the composition
of home ranges (different colors are used for factors).
For a given variable, the minimum gray level (default is
"white"
) and the maximum gray level (default is "black"
)
represents respectively the minimum and the maximum of the variable
***on the study area***.
1 2 3 4 5 6 |
x |
an object of class |
ani |
a character vector giving the names of the
variables of the |
var |
a character vector giving the names of the
variables of the |
mar |
the graphical parameter |
axes |
logical. Whether the axes should be plotted |
csub |
the character size for the legend, used with
|
possub |
a character string indicating the sub-title position
( |
dfidxy |
an optional data frame with three columns giving the
identity and the coordinates of the relocations of each animal. (if
not |
colpts |
if |
pch |
if |
bg |
if |
inv |
by default, lower values of the mapped variables are
brighter. If |
cexpts |
if |
... |
additionnal parameters to be passed to the generic
function |
Clement Calenge clement.calenge@oncfs.gouv.fr
as.sahrlocs
for additionnal information on
objects of class sahrlocs
1 2 3 4 5 6 7 8 9 10 11 12 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.