simplevis
Purpose
simplevis is a package of wrapper functions to make ggplot2 and leaflet visualisation easier.
The aim is of simplevis is to make the majority of visualisations easier, while supporting users to move between ggplot2 and simplevis as needed.
simplevis makes things easier by:
- minimising visualisation types available to vbar, hbar, point, line, boxplot or sf
- minimising aesthetics available to x, y, colour and facetting
- using a simpler method for colouring
- using consistent prefixes and the Rstudio auto-complete function
- using ggplot2 based terminology for leaflet visualisation.
The package also supports making mobile-friendly visualisation for mobile devices.
Installation
Install stable version from CRAN:
install.packages("simplevis")
Install development version from github:
devtools::install_github("statisticsNZ/simplevis")
Documentation
Webpage URL:
https://statisticsnz.github.io/simplevis/
R vignette:
vignette("simplevis", "simplevis")
Copyright and Licensing
The package is Crown copyright (c) 2020, Statistics New Zealand on behalf of the New Zealand Government, and is licensed under the MIT License.
This document is Crown copyright (c) 2020, Statistics New Zealand on behalf of the New Zealand Government, and is licensed under the Creative Commons Attribution 4.0 International License. To view a copy of this license, visit https://creativecommons.org/licenses/by/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.