Learn R Programming

ggdistribute (version 1.0.3)

test_mejr_theme: Test theme by printing plots to pdf and viewport

Description

Test theme by printing plots to pdf and viewport

Usage

test_mejr_theme(w = 6.875, h = 4.5, eplot = list(), mejr = list(),
  gg = theme(), print = TRUE, with_test_theme = FALSE, dir)

Arguments

w

pdf width (inches)

h

pdf height (inches)

eplot

list of options for example_plot

mejr

list of options for theme_mejr(...)

gg

further theme customization with ggplot::theme(...)

print

show the eplot plot

with_test_theme

also print the same plot using ggplot2::theme_test

dir

directory where to save temp pdf files, such as tempdir()