obtn_plot_median_income: Make a single median income plot

View source: R/obtn_plot_median_income.R

obtn_plot_median_incomeR Documentation

Make a single median income plot

Description

'obtn_plot_median_income()' creates a bar chart that shows median income in a single Oregon county compared to Oregon as a whole

Usage

obtn_plot_median_income(
  obtn_year,
  county_to_plot,
  plot_width = 2.43,
  plot_height = 0.61
)

Arguments

obtn_year

OBTN report year

county_to_plot

County to plot

plot_width

Width of final plot

plot_height

Height of final plot

Examples


# obtn_plot_median_income(obtn_year = 2021, county_to_plot = "Multnomah")
# will create a PDF visualization, saved in the inst/plots/{obtn_year}/ folder.

obtn_data_median_income


rfortherestofus/obtn documentation built on Nov. 13, 2022, 7:25 p.m.