Let’s Try Some Visualisation
Posted onSo I am going to try to use this blog to capture programming tricks and examples of R coding, data visualisation and general musing that I find interesting. This is mainly for personal use and as a nice memory tool.
Below is an example from Claus Wilke’s multiscales package. The details
can be found here. I like
that it uses geom_sf
and one can also use the value suppressing
uncertainty palettes. I often want to communicate uncertainty in
cartographic mapping and this provides a much better way to do that.
More on that article
here.
So now for the example that one can use as…thanks Claus
colors <- scales::((0:7)/7)
p<- +
+
+
+
+
p
Citation
BibTex citation:
@online{dewitt2018
author = {Michael E. DeWitt},
title = {Let’s Try Some Visualisation},
date = 2018-07-04,
url = {https://michaeldewittjr.com/articles/2018-07-04-let-s-try-some-visualisation},
langid = {en}
}
For attribution, please cite this work as:
Michael E. DeWitt. 2018. "Let’s Try Some Visualisation." July 4, 2018. https://michaeldewittjr.com/articles/2018-07-04-let-s-try-some-visualisation