Several functions have been added to compute mean values and boxplots of values. Currently they have only been defined for Phi and p for cjs and they are not generic.
Phi.mean(x,age=0,time=NULL,age.bins=NULL,age.levels=NULL) p.mean(x,age=0,time=NULL,age.bins=NULL,age.levels=NULL)
Phi.boxplot(x,age=0,time=NULL,sex=NULL)
p.boxplot(x,age=0,time=NULL,sex=NULL)
matrix of labelled values for Phi.mean and p.mean or boxplot object
dataframe of reals contained in model
at which Phi or p should be shown across time
at which Phi or p should be shown across ages
bins for age in which values are summarized
labels for age.bins
for which Phi or p should be shown across ages
Jeff Laake