muni_ts_chart: Creates a 'ggplot2' chart of the population for a CO...

Description Usage Arguments

View source: R/graphs.R

Description

Takes some basic input on the timeperiod and county then creates a plot of the data in ggplot2. Similar to the muni_ts_data() function. Can create timeseries from 1990 to 2040 (beyond 2013 are forecasts). Note: Requires dplyr, ggplot2, ggthemes, scales, and grid R packages.

Usage

1
muni_ts_chart(fips, beginyear = 1990, base = 12)

Arguments

fips

The County FIPS number (without leading Zeros)

beginyear

The first year in the timeseries Defaults to 1990.

base

Base font size.

endyear

The first year in the timeseries Defaults to 2013.


robkemp/codemog documentation built on May 27, 2019, 11:57 a.m.