theme_tint {tint} | R Documentation |
A 'Tufte'-inspired 'ggplot2' theme for the 'tint' package
theme_tint(base_size = 11, ticks = TRUE)
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 |
This theme is borrows heavily from a similar theme in ggtufte by Jeffrey Arnold (but removes his font processing as it conflicts with ours).
A modified theme for ggplot2 use
Dirk Eddelbuettel modifying earlier work by Jeffrey Arnold