agePlot: agePlot Helper function that draws a bar chart when passed a...

View source: R/agePlot.R

agePlotR Documentation

agePlot Helper function that draws a bar chart when passed a sex and marriage categories vector

Description

agePlot Helper function that draws a bar chart when passed a sex and marriage categories vector

Usage

agePlot(thePlace, theGroup, theSex)

Arguments

thePlace

Vector that refers to a place

theGroup

for marital status group which

theSex

Females or Males

Examples

agePlot("Miami-Dade", "Never married", theSex = "Male")
agePlot("Alachua", "Divorced", theSex = "Female")



lizhongliu1996/marital documentation built on Aug. 22, 2023, 2:19 a.m.