bubble_chart: Plot Bubble Graph

View source: R/bubble_chart.R

bubble_chartR Documentation

Plot Bubble Graph

Description

This function creates a bubble graph, based on either long unread data or vacancy data, where on the x-axis is the current vacancy or longunread level and on the y-axis is the change in the longunread or vacancy level compared to the level 12 months ago

Usage

bubble_chart(
  df = NULL,
  vertical.sep = 0.15,
  title = NULL,
  subtitle = NULL,
  caption = NULL,
  x_lab = NULL,
  y_lab = NULL
)

Arguments

df

dataframe

vertical.sep

numerical

title

character

subtitle

character

caption

character

my.dir

character

x

character

y

character

Value

A bubble graph for MPOP reporting


austl001/MOSLR documentation built on Aug. 17, 2022, 12:07 a.m.