theme_tint {tint} | R Documentation |
A 'Tufte'-inspired 'ggplot2' theme
Description
A 'Tufte'-inspired 'ggplot2' theme for the 'tint' package
Usage
theme_tint(base_size = 11, ticks = TRUE)
Arguments
base_size |
An integer value for the base tick size, default is 11. |
ticks |
A logical value indicating if ticks should be drawn,
default is |
Details
This theme is borrows heavily from a similar theme in ggtufte by Jeffrey Arnold (but removes his font processing as it conflicts with ours).
Value
A modified theme for ggplot2 use
Author(s)
Dirk Eddelbuettel modifying earlier work by Jeffrey Arnold
[Package tint version 0.1.4 Index]