Arguments
x
An object of class 'cjs'. Objects of this
class are estimated open population Cormack-Jolly-Seber models produced by F.cjs.estim.
type
Type of estimates to plot. type = "n" (the default) produces
a plot of population size estimates versus capture occasion.
type = "s" produces
a plot of survival estimates versus capture occasion.
ci
Plot confidence intervals? If ci=TRUE, confidence intervals
around population size or survival estimates are plotted (depending on 'type='), otherwise, only
confidence intervals are not ploted.
smooth
Smooth estimates of population size? If type="n", smooth=TRUE will produce
a smoothed (supsmu) line through plotted size estimates. Ignored for type="s".
occasions
Vector of occasion numbers to use in plot. If any(occasions
animals
Vector of individuals to plot. This parameter is used only when plotting
survival estimates. For example, animals = c(1,2,10) plots the
survival estimates of the 1st, 2nd, and 10th animals (rows 1, 2, and 10 of the survival
estimate matrix).
smubass
Bass parameter for super-smoothed line, if called for by smooth=TRUE.
Must be between 0
and 10. Larger numbers produce smoother lines.
...
Additional arguments to plot
(for size estimates) or matplot
(for
survival estimates). Options such as ylim=, col=, cex.axis=, etc. may be useful.