View source: R/utilities-demography.R
plotDemographyHistogram | R Documentation |
Plot histograms for demography parameters
plotDemographyHistogram(
data,
metaData,
dataMapping = NULL,
plotConfiguration = NULL,
bins = AggregationConfiguration$bins,
dodge = TRUE
)
data |
data.frame |
metaData |
list of metaData about |
dataMapping |
|
plotConfiguration |
|
bins |
Number of bins for continuous demography parameters |
dodge |
For continuous demography parameters, Logical defining if histogram bars should dodge for continuous parameters |
ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.