The function adeoptions defines the options for the package adehabitatMA, and more generally, for all brother packages (adehabitatHR, adehabitatHS and adehabitatLT).
adeoptions(...)
Arguments
...: a list of named elements giving the value of options for the package adehabitatMA
Details
This functions sets the value of components of the internal list .adeoptions, which contains the values of the options. Two options are currently implemented:
epsilon: The smallest significant distance between two points above which we should consider to deal with two separate locations.
shortprint: logical. Defines whether special show
methods should be used when printing objects belonging to classes of the package sp
## load the datadata(lynxjura)## short printing methodoldopt <- adeoptions(shortprint=TRUE)lynxjura$map
## 'sp' print method for Spatial objectsadeoptions(shortprint=FALSE)lynxjura$map
## original optionsadeoptions(oldopt)lynxjura$map