Plot joint confidence ellipse for two parameters of secr model, or for a distribution of points.
ellipse.secr(object, par = c("g0", "sigma"), alpha = 0.05,
npts = 100, plot = TRUE, linkscale = TRUE, add = FALSE,
col = palette(), ...)ellipse.bvn(xy, alpha = 0.05, npts = 100, centroid = TRUE, add = FALSE, ...)
secr
object output from secr.fit
xy
ellipse.secr
calculates coordinates of a confidence ellipse from
the asymptotic variance-covariance matrix of the beta parameters
(coefficients), and optionally plots it.
If linkscale
== FALSE, the inverse of the appropriate link
transformation is applied to the coordinates of the ellipse, causing it
to deform.
If object
is a list of secr models then one ellipse is
constructed for each model. Colours are recycled as needed.
ellipse.bvn
plots a bivariate normal confidence ellipse for the
centroid of a 2-dimensional distribution of points (default centroid =
TRUE), or a Jennrich and Turner (1969) elliptical home-range model.
Jennrich, R. I. and Turner, F. B. (1969) Measurement of non-circular home range. Journal of Theoretical Biology, 22, 227--237.