Chapter 11 BARE BONES: Single Country Stacked Plots

At the end, your code will look like the following:

plot_stacked_general(survey1,
                     "Algeria",
                     Q2061A,
                     Q609,
                     .basic_title = "Most pressing concern in Algeria by religiosity",
                     .basic_subtitle = "% saying",
                     .caption = "Arab Barometer Wave VI, Survey I, Algeria")

That code will produce the following graph:

## Warning in plot_stacked_general(survey1, "Algeria", Q2061A, Q609, .basic_title = "Most pressing concern in Algeria by religiosity", : ✖ This function is OLD and not well maintained.
## ✖ This function does not have Arabic capabilities.
## ✖ Mary Clare does not recommend using this function.

Let’s go!