knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", message = FALSE, warning = FALSE, fig.width = 6, fig.asp = 0.6, out.width = "75%", dpi = 300)
ggblanket is a package of ggplot2 wrapper functions.
The primary objective is to simplify ggplot2 visualisation.
Secondary objectives relate to:
Computational speed has been traded-off.
install.packages("ggblanket")
library(ggblanket) library(palmerpenguins) set_blanket() penguins |> gg_histogram( x = flipper_length_mm, col = species, )
Click here to start learning how ggblanket works.
Thanks to the developers of ggplot2, tidyverse and the R ecosystem.
For Dad, always missed (Peter Hodge, 1953-2023).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.