View source: R/plotPop.CohortProgression.R
plotPop.CohortProgression | R Documentation |
This function plots cohort progression by year among several models.
plotPop.CohortProgression(
mdfr,
facet_grid = NULL,
facet_wrap = NULL,
dodge = 0.2,
years = NULL,
mxy = 4,
nrow = 2,
lnscale = FALSE,
scales = "fixed",
types = c("progression", "byyear"),
plotPoints = FALSE,
shapes = "s",
plotLines = TRUE,
linetypes = "ms",
showPlot = FALSE,
verbose = FALSE
)
mdfr |
|
facet_grid |
|
facet_wrap |
|
dodge |
|
years |
|
mxy |
|
nrow |
|
lnscale |
|
scales |
|
types |
|
plotPoints |
|
shapes |
|
plotLines |
|
linetypes |
|
showPlot |
|
verbose |
|
colour_scale |
|
fill_scale |
|
Can plot cohort abundance as a progression by stage for each model or as size distributions by year with colours indicating different models.
a list of ggplot2 objects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.