View source: R/output_persons.R
plot_compare_score_boxplot | R Documentation |
Takes two tibbles created by read_output_persons to calculate the score difference and create a boxplot.
plot_compare_score_boxplot(person_tibble1, person_tibble2)
person_tibble1 |
persons tibble of the base case, can be loaded with read_output_persons. |
person_tibble2 |
persons tibble of the policy case, can be loaded with read_output_persons. |
ggplot boxplot of the distribution of the score differences
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.