Extent
Functions to calculate the (x,y) plotting extent (or bounding box) of various ctmm objects or list of such objects, for use when plotting multiple ctmm objects.
## S4 method for signature 'telemetry' extent(x,level=1,...) ## S4 method for signature 'ctmm' extent(x,level=0.95,level.UD=0.95,...) ## S4 method for signature 'UD' extent(x,level=0.95,level.UD=0.95,complete=FALSE,...) ## S4 method for signature 'variogram' extent(x,level=0.95,threshold=2,...) ## S4 method for signature 'list' extent(x,...) ## S4 method for signature 'data.frame' extent(x,level=1,...) ## S4 method for signature 'matrix' extent(x,level=1,...)
x |
A |
level |
For |
level.UD |
Coverage level of the UD area. I.e., the 50% core home range would be given by |
complete |
Also calculate longitude-latitude extent of |
threshold |
Limit |
... |
Optional arguments for future extensions. |
Returns a data.frame
with columns x
and y
with rows min
and max
.
See vignette('akde')
for an example of extent
used to plot multiple UDs on the same scale.
C. H. Fleming
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.