Description Usage Arguments Value
selectivity_plotter
takes a dataframe with one application year and returns
a lollipop plot of applicaitons and offers
1 2 3 | selectivity_plotter(dfADM, l.color = c("#35618f"), theme_stripe = NULL,
v.AppYear = AppYear, v.Selectivity = Selectivity,
colorVar = Graduate.Application.HEGIS)
|
dfADM |
a dataframe exported by the |
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
|
v.Selectivity |
the variable name for the selectivity metric; default value
is |
colorVar |
the variable used to define the color and fill for the dots;
the default is |
a ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.