View source: R/utilities-demography.R
getDemographyAggregatedData | R Documentation |
getDemographyAggregatedData
getDemographyAggregatedData(
data,
xParameterName,
yParameterName,
groupName = NULL,
bins = NULL,
stairstep = TRUE
)
data |
A data.frame |
xParameterName |
Name of parameter in |
yParameterName |
Name of parameter in |
groupName |
Name of parameter in |
bins |
Either a numeric vector defining bin edges or a numeric value defining the number of bins. |
stairstep |
A logical value defining if aggregation uses continuous or stairstep plot |
A data.frame of aggregated data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.