Learn R Programming

GenderInfer (version 0.1.0)

theme_gd: 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()

Arguments

Value

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

Examples

Run this code
# NOT RUN {
 require(ggplot2)
 ggplot(authors, aes(x = publication_years)) + geom_bar() + theme_gd()
# }

Run the code above in your browser using DataLab