plot.splitFull {GenEst} | R Documentation |
Plot summary statistics for splits of mortality estimates
Description
The S3 plot
method for splitFull
objects
constructs boxplots of the mortality estimates for all combinations of
splitting covariates summarized in the splits
variable. This is a
simple wrapper function for creating a splitSummary
object by
calling summary.splitFull
and plotting the result via
plot.splitSummary
.
Usage
## S3 method for class 'splitFull'
plot(x, rate = FALSE, CL = 0.9, commonScale = FALSE, ...)
Arguments
x |
A |
rate |
|
CL |
desired confidence level to show in box plots |
commonScale |
Boolean: Should panels share a common y-axis scale? Relevant only when there are two splitting variables. |
... |
to be passed down |