ggplot2: elegant graphics for data analysis by WICKHAM, H.

L Wilkinson - 2011 - academic.oup.com
… , I will present ggplot2 specifications for a few well-known charts. Ordinarily this would be …
the elegance of Wickham's system is most clearly expressed in his language. Wickham offers a …

Getting started with qplot

H Wickham, H Wickham - ggplot2: elegant graphics for data analysis, 2009 - Springer
… In this chapter, you will learn to make a wide variety of plots with your first ggplot2 function,
qplot(), short for quick plot. qplot makes it easy to produce complex plots, often requiring …

Visualizing complex data with embedded plots

G Grolemund, H Wickham - Journal of Computational and …, 2015 - Taylor & Francis
… Section 4 discusses how generalized embedded plots can be implemented in data analysis
… of graphics (Wickham Citation2010) and the ggplot2 package (Wickham Citation2009) in R. …

The generalized pairs plot

…, D Cook, H Hofmann, H Wickham - … of Computational and …, 2013 - Taylor & Francis
… academics and data analysts) … ggplot2 as the base plays a large role in making this possible
because it defines the plot as an abstract quantity, with values populated by data when data

tidypaleo: visualizing paleoenvironmental archives using ggplot2

DW Dunnington, N Libera, J Kurek… - Journal of Statistical …, 2022 - jstatsoft.org
… to create elegant graphics. Collectively, this … data, and (3) the selection criteria to apply to
the data. Option (1) can be used to apply scaling appropriate for a specific statistical analysis (…

Manipulating data

H Wickham, H Wickham - Ggplot2: Elegant graphics for data analysis, 2009 - Springer
… So far this book has assumed you have your data in a nicely structured data frame ready
to feed to ggplot() or qplot(). If this is not the case, then you’ll need to do some transformation …

Using R and ggvis to create interactive graphics for exploratory data analysis

T Dennis - Data Visualization: a Guide to Visual Storytelling for …, 2016 - books.google.com
graphics using a single programming language in a flexible, iterative, and reproducible way.
This chapter will cover how a new … installing ggplot2 because it provides the diamonds data

A layered grammar of graphics

H Wickham - Journal of computational and graphical statistics, 2010 - Taylor & Francis
… We start with ggplot() to create a new plot object, and then add the other components: a … to
help data analysts build compelling, revealing graphics? What would a poetry of graphics look …

[BOOK][B] Graphical data analysis with R

A Unwin - 2018 - taylorfrancis.com
… Thanks also to Hadley Wickham for all his R packages (sometimes referred to as the
Hadleyverse), especially for ggplot2, and to Yihui Xie for knitr, a major help in keeping this book in …

Scales, axes and legends

H Wickham, H Wickham - ggplot2: Elegant Graphics for Data Analysis, 2009 - Springer
… axis; the minimum and maximum values of the raw data in the first layer and the statistical
summary in the second layer are likely to be different, but they must all eventually be drawn on …