Articles by David Hodge

simplevis: new & improved!

March 9, 2022 | David Hodge

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 ...
[Read more...]

simplevis: making leaflet sf maps

July 11, 2021 | David Hodge

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. points, ...
[Read more...]