telemetry
objects, possibly overlayed with a Gaussian ctmm
movement model or an akde
autocorrelated kernel density estimate.## S3 method for class 'telemetry':
plot(x, CTMM=NULL, AKDE=NULL, alpha.HR=0.05, alpha=0.05, CI=TRUE, PDF=TRUE, col="red",
col.CI="black", col.PDF="blue", col.grid="grey", fraction=1, add=FALSE, xlim=NULL,
ylim=NULL, ...)
## S3 method for class 'telemetry':
zoom(x,fraction=1,...)
telemetry
object or list of such objects. All other arguments are optional.ctmm
movement model from the output of ctmm.fit
or list of such objects.akde
object from the output of akde
or list of such objects.ctmm
model or akde
density estimate contours to be displayed. I.e., alpha.HR=0.50
yields the 50% core home range within the rendered contours.alpha=0.05
.akde
bandwidth grid.ctmm
, or akde
range to plot, whichever is larger.TRUE
will disable the unit conversions and base layer plot, so that plot.telemetry
can be overlayed atop other outputs more easily.x
limits c(x1, x2)
of the plot.y
limits c(y1, y2)
of the plot.plot
.ctmm
or akde
home range. akde
plots also come with a standard resolution grid. zoom
includes a zoom slider to manipulate fraction
.ctmm
Gaussian home-range contour estimates only represent uncertainty in the area and not uncertainty in the mean location, eccentricity, or orientation angle.
For akde
density estimates, the provided contours only represent the uncertainty in the optimal bandwidth area and their significance level is pre-calculated in the akde
object itself, ignoring the alpha
here.
With akde
estimates, it is also important to note the scale of the bandwidth and, by default, grid cells are plotted with akde
contours such that their length and width matches that of a bandwidth kernels' standard deviation in each direction. Therefore, this grid provides a visual approximation of the kernel-density estimate's ``resolution''.akde
, ctmm.fit
, plot
, SpatialPoints.telemetry
.# Load package and data
library(ctmm)
data(buffalo)
# Plot the data
plot(buffalo)
Run the code above in your browser using DataLab