Phi.mean | R Documentation |
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)
x |
dataframe of reals contained in model |
age |
at which Phi or p should be shown across time |
time |
at which Phi or p should be shown across ages |
age.bins |
bins for age in which values are summarized |
age.levels |
labels for age.bins |
sex |
for which Phi or p should be shown across ages |
matrix of labelled values for Phi.mean and p.mean or boxplot object
Jeff Laake
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.