agePlot | R Documentation |
agePlot Helper function that draws a bar chart when passed a sex and marriage categories vector
agePlot(thePlace, theGroup, theSex)
thePlace |
Vector that refers to a place |
theGroup |
for marital status group which |
theSex |
Females or Males |
agePlot("Miami-Dade", "Never married", theSex = "Male")
agePlot("Alachua", "Divorced", theSex = "Female")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.