theme_GR: theme_GR

Description Usage Value Examples

Description

theme_GR

Usage

1

Value

the ggplot2 function theme_manual(), with chosen changes

Examples

1
2
3
d <- ggplot2::qplot(carat, data = ggplot2::diamonds[ggplot2::diamonds$color %in%LETTERS[4:7], ],
 geom = "histogram", bins=30, fill = color)
d + theme_GR()

grieman/grieman documentation built on May 17, 2019, 8:36 a.m.