compare_gdp: Compare GDP between two scenarios

Description Usage Arguments Value

View source: R/gdp.R

Description

Compare GDP between two scenarios

Usage

1
2
compare_gdp(db1, db2, facet_var = c("MPO", "COUNTY", "STATE"),
  facet_levels = NULL, color_levels = NULL)

Arguments

db1

The swim database for the "Reference" scenario.

db2

The swim database for the "Current" scenario.

facet_var

Field to facet by: "MPO", "COUNTY", or "STATE".

facet_levels

A character vector of the variable specifiying which levels to include.

color_levels

A character vector of the industry sectors to include. Defaults to all.

Value

ggplot2 object


pbsag/swimr documentation built on Dec. 12, 2020, 3:08 a.m.