Publications by David Hodge

ggblanket: making beautiful ggplot2 visualisation simpler

13.05.2022

A few days ago, I released {ggblanket} onto CRAN. This package took over my brain for 1.5 months, and I worked obsessively on it. I hope people find it useful. The objective of {ggblanket} is to make beautiful {ggplot2} visualisation simpler. With this objective in mind, the {ggblanket} package: uses quick functions that wrap around a single geo...

1356 sym R (2258 sym/10 pcs) 22 img

{ggblanket}: common x and y scale adjustments

30.05.2022

I was messing around with some scale adjustments with my {ggblanket} package, and thought I’d share this as a post. It’s by no means a complete demonstration of the functionality available. But it demonstrates a bit of how x and y scales can be adjusted.. as well as some other stuff randomly thrown in. library(palmerpenguins) library(tidyvers...

1836 sym R (2481 sym/18 pcs) 36 img

simplevis – simple methods to adjust titles and scales

26.06.2021

library(simplevis) library(dplyr) library(palmerpenguins) Overview simplevis provides gglot2 (and leaflet) wrapper functions with an objective to help users make beautiful visualisation with less brainpower and typing. In the first simplevis blog post, we discussed how simplevis provides families of functions for when the user is colouring or fa...

4577 sym R (3396 sym/20 pcs) 40 img

simplevis: interactive plots with plotly::ggplotly

03.07.2021

library(simplevis) library(dplyr) library(palmerpenguins) Introduction simplevis provides gglot2 (and leaflet) wrapper functions to make it easier to make beautiful visualisation with less brainpower required. In the first simplevis blog post, we discussed how simplevis provides families of functions for when the user is colouring or facetting b...

2812 sym R (905 sym/4 pcs)

simplevis: making leaflet sf maps

11.07.2021

Introduction In addition to gglot2 wrapper functions, simplevis also provides leaflet wrapper functions as a bonus. The way these functions have been designed is to follow the logic of the ggplot2 wrapper functions. library(simplevis) library(dplyr) library(palmerpenguins) sf objects The sf package makes it easy to work with vector data (e.g. p...

2636 sym R (2237 sym/11 pcs) 4 img

simplevis: new & improved!

09.03.2022

simplevis version 6.2.0 has arrived with tonnes of new features. So, simplevis, if you haven’t heard of it, is a package of ggplot2 and leaflet wrapper functions. It aims to make visualisation easier on the brain, so you can save your thinking for other stuff. See the simplevis website for further information. For further information, see the ...

766 sym 18 img