contract_obs_by_quarter: Quarter comparisons for Contract Obligations -...

Description Usage Arguments Details Value

View source: R/Government-Wide and DPAP Visualizations.R

Description

Quarter comparisons for Contract Obligations - Civilian/Defense Breakout

Usage

1
2
3
contract_obs_by_quarter(year, num_size = 3, notyear_prop, FY_range,
  title = paste("Contract Obligations by Quarter: ", FY_range, sep = ""),
  subtitle = NULL, h = 6, w = 11, file_ext = ".jpg")

Arguments

year

year(s) to be included in the chart, as a vector

num_size

Size of number text labels, default to 3; labels for total sum equals num_size + 1

notyear_prop

The current year, not to include a proportion

FY_range

Range of fiscal years displayed for the title, as text string

title

Title of chart, as text string; use \n for multiple lines; defaults to paste("Contract Obligations by Quarter: ", FY_range, sep = "")

subtitle

Subtitle of chart, as text string; defaults to NULL

h

Height of saved chart; defaults to 6

w

Width of saved chart; defaults to 11

file_ext

file extension, as text string; .jpg or .pdf; defaults to .jpg

Details

The returned chart will display all contract obligations by quarter for a given range of fiscal years with a breakout by civilian and defense agencies

Value

stacked bar chart


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