ABSTRACT

R Visualizations: Derive Meaning from Data focuses on one of the two major topics of data analytics: data visualization, a.k.a., computer graphics. In the book, major R systems for visualization are discussed, organized by topic and not by system. Anyone doing data analysis will be shown how to use R to generate any of the basic visualizations with the R visualization systems. Further, this book introduces the author’s lessR system, which always can accomplish a visualization with less coding than the use of other systems, sometimes dramatically so, and also provides accompanying statistical analyses.

Key Features

  • Presents thorough coverage of the leading R visualization system, ggplot2.
  • Gives specific guidance on using base R graphics to attain visualizations of the same quality as those provided by ggplot2.
  • Shows how to create a wide range of data visualizations: distributions of categorical and continuous variables, many types of scatterplots including with a third variable, time series, and maps.

  • Inclusion of the various approaches to R graphics organized by topic instead of by system.
  • Presents the recent work on interactive visualization in R.

David W. Gerbing received his PhD from Michigan State University in 1979 in quantitative analysis, and currently is a professor of quantitative analysis in the School of Business at Portland State University. He has published extensively in the social and behavioral sciences with a focus on quantitative methods. His lessR package has been in development since 2009.

chapter Chapter 1|23 pages

Visualize Data

chapter Chapter 2|20 pages

Visualization Quick Start

chapter Chapter 3|33 pages

Visualize a Categorical Variable

chapter Chapter 4|24 pages

Visualize a Continuous Variable

chapter Chapter 5|31 pages

Visualize the Relation of Two Continuous Variables

chapter Chapter 6|22 pages

Visualize Multiple Categorical Variables

chapter Chapter 7|21 pages

Visualize over Time

chapter Chapter 8|19 pages

Visualize Maps and Networks

chapter Chapter 9|9 pages

Interactive Visualizations

chapter Chapter 10|21 pages

Customize Visualizations