Yet Another R Dataviz Book

Authors

John Paul Helveston

Lola Nurullaeva

Published

August 1, 2024

Preface

Welcome to Yet Another R Dataviz Book!

This book aims to provide a simple, easy-to-follow guide for making effective data visualizations in .

Throughout the book, we keep the text to a minimum and focus on communicating key concepts as succinctly as possible. The general approach is to explain an idea in one or two sentences max, then provide an example with code so that you can see how to implement it.

The book leverages the {ggplot2} package for making charts and Quarto for making reproducible reports, and the book includes two introductory chapters on using these tools.

The book also includes a section on Exploring Data, including chapters on data cleaning, data transformation, and summarizing data using the Tidyverse.

Finally, the last section of the book is on Data Visualization. Each chapter in this section includes examples of effective strategies for visualizing specific types of data and relationships.

This book is still very much in development, so if something seems off please feel free to post an issue on the GitHub repo and we’ll address it ASAP.