plot.one: Create a bar graph from contract obligation data for one plot...

Description Usage Arguments Value Examples

Description

Create a bar graph from contract obligation data for one plot with a single scale

Usage

1
2
plot.one(data.frame, facet_var, num_size, scale_text = "Millions",
  company_name, FY_range)

Arguments

data.frame

data frame

facet_var

The facetted variable for facet_grid()

num_size

size of the text that labels the total transaction value in the bar chart; enerally 3 or 4

scale_text

The dollar scale in text form; defaults to "Millions"

company_name

The name of the vendor

FY_range

Fiscal years displayed in the bar chart as a text string; e.g. "FY14-FY17"

Value

ggplot

Examples

1
plot.one(data, facet_var = "funding_agency", 3, scale_text = "Millions", "Leidos", "FY14-FY17")

MSTRoth/PSC-MB documentation built on May 26, 2019, 2:36 a.m.