selectivity_plotter: Selectivity Plotting

Description Usage Arguments Value

Description

selectivity_plotter takes a dataframe with one application year and returns a lollipop plot of applicaitons and offers

Usage

1
2
3
selectivity_plotter(dfADM, l.color = c("#35618f"), theme_stripe = NULL,
  v.AppYear = AppYear, v.Selectivity = Selectivity,
  colorVar = Graduate.Application.HEGIS)

Arguments

dfADM

a dataframe exported by the adm_data_prep function

l.color

list of colors for the dots; default is "#35618f"

theme_stripe

custom theme object for plotting

v.AppYear

the varaible defining the year of application; default value is AppYear

v.Selectivity

the variable name for the selectivity metric; default value is Selectivity

colorVar

the variable used to define the color and fill for the dots; the default is Graduate.Applciation.HEGIS

Value

a ggplot object


jstrin/PhDProfiles documentation built on June 22, 2019, 12:44 a.m.