theme_evaluator: Default ggplot theme used by all Evaluator-supplied graphics

Description Usage Arguments Value Examples

View source: R/common_graphs.R

Description

Returns a standardized ggplot theme used by all built-in Evaluator plots.

Usage

1
theme_evaluator(base_family = "BentonSansRE")

Arguments

base_family

Font family.

Value

A ggplot theme object.

Examples

1
2
3
4
library(ggplot2)
p <- ggplot(mtcars) + geom_point(aes(wt, mpg, color = factor(gear))) + facet_wrap(~am)
font_family <- get_base_fontfamily()
p + theme_evaluator(font_family)

evaluator documentation built on July 6, 2021, 9:06 a.m.