Title: | A 'ggplot2' Theme and Scale Using 'Epiverse-TRACE' Visual Style |
---|---|
Description: | A 'ggplot2' theme and scale using 'Epiverse-TRACE' visual style, colour scheme, and visualisation guidelines. |
Authors: | Hugo Gruson [aut, cre] , The Epiverse-TRACE team [aut, cph] |
Maintainer: | Hugo Gruson <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1.0.9000 |
Built: | 2024-09-15 04:17:16 UTC |
Source: | https://github.com/epiverse-trace/tracetheme |
Epiverse-TRACE default plotting dimensions for slides
slide_dim
slide_dim
slide_dim
A list with 2 elements:
A single numeric
for the height of slide figures.
A single numeric
for the width of slide figures.
A custom ggplot2 theme for Epiverse-TRACE packages and projects
theme_trace()
theme_trace()
A ggplot2 theme object
library(ggplot2) showtext::showtext_auto() ggplot(mtcars, aes(wt, mpg)) + geom_point() + labs(title = "Fuel economy declines as weight increases") + theme_trace()
library(ggplot2) showtext::showtext_auto() ggplot(mtcars, aes(wt, mpg)) + geom_point() + labs(title = "Fuel economy declines as weight increases") + theme_trace()
Epiverse-TRACE default plotting dimensions for vignettes
vignette_dim
vignette_dim
vignette_dim
A list with 2 elements:
A single numeric
for the height of vignette figures.
A single numeric
for the width of vignette figures.