View source: R/ademaps-internal.R
adeoptions | R Documentation |
The function adeoptions
defines the options for the package
adehabitatMA
, and more generally, for all brother packages
(adehabitatHR
, adehabitatHS
and adehabitatLT
).
adeoptions(...)
... |
a list of named elements giving the value of options for
the package |
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
a list of options for the package adehabitatMA
Clement Calenge clement.calenge@ofb.gouv.fr
## load the data
data(lynxjura)
## short printing method
oldopt <- adeoptions(shortprint=TRUE)
lynxjura$map
## 'sp' print method for Spatial objects
adeoptions(shortprint=FALSE)
lynxjura$map
## original options
adeoptions(oldopt)
lynxjura$map
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.