View source: R/utilities-demography.R
plotDemographyRange | R Documentation |
Plot demography range plot using visual predictive check style if data is numeric, or using box whisker plot if data is categorical
plotDemographyRange(
data,
metaData = NULL,
dataMapping = NULL,
plotConfiguration = NULL,
parameterClass = "numeric"
)
data |
data.frame |
metaData |
list of metaData about |
dataMapping |
A |
plotConfiguration |
|
parameterClass |
Class of the parameter, either "numeric" or "character" |
ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.