powered by
This function create a gender diversity theme for chart based on ggplot2
theme_gd()
an object of the class theme defined in ggplot2 own class system.
# NOT RUN { require(ggplot2) ggplot(authors, aes(x = publication_years)) + geom_bar() + theme_gd() # }
Run the code above in your browser using DataLab