Data Visualisation Geometries Encyclopedia

Geoms in the Grammar of Graphics: All Types of Plots

Author

Thiyanga S. Talagala

Welcome

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |

Welcome to the “Data Visualisation geom Encyclopedia”, an encyclopedia of geometrics use in data visualisation. This encyclopedia is a curated collection of geom available in different R programming software packages. This book can also be considered as an “Encyclopedia of Plots”.

This book is a work in progress. The accompanying R package for drone is available on CRAN: https://github.com/thiyangt/drone

Accompanying R package: drone: Data foR geOm eNcyclopaEdia

Why choose “drone” as the package name?

This encyclopedia provides a comprehensive overview of geoms within the grammar of graphics framework, much like a drone offers a bird’s-eye view of a landscape.

To load this Data Visualisation Geom Encyclopedia via drone package use the following code.

install.packages(drone)
library(drone)
load_encyclopedia()