theme_gd {GenderInfer}R Documentation

This function create a gender diversity theme for chart based on ggplot2

Description

This function create a gender diversity theme for chart based on ggplot2

Usage

theme_gd()

Value

an object of the class theme defined in ggplot2 own class system.

Examples

 require(ggplot2)
 ggplot(authors, aes(x = publication_years)) + geom_bar() + theme_gd()

[Package GenderInfer version 0.1.0 Index]