scispace - formally typeset
H

Hadley Wickham

Researcher at Rice University

Publications -  128
Citations -  49462

Hadley Wickham is an academic researcher from Rice University. The author has contributed to research in topics: Grammar & Graphics. The author has an hindex of 36, co-authored 128 publications receiving 36412 citations. Previous affiliations of Hadley Wickham include Waikato Hospital & Iowa State University.

Papers
More filters
Book

ggplot2: Elegant Graphics for Data Analysis

TL;DR: This book describes ggplot2, a new data visualization package for R that uses the insights from Leland Wilkisons Grammar of Graphics to create a powerful and flexible system for creating data graphics.
Journal ArticleDOI

The Split-Apply-Combine Strategy for Data Analysis

TL;DR: This paper gives rise to a new R package that allows you to smoothly apply a split-apply-combine strategy, without having to worry about the type of structure in which your data is stored.
Journal ArticleDOI

Reshaping Data with the reshape Package

TL;DR: The reshape package for R is presented, which provides a common framework for many types of data reshaping and aggregation, where the data are ‘melted’ into a form which distinguishes measured and identifying variables, and then cast into a new shape, whether it be a data frame, list, or high dimensional array.
Journal ArticleDOI

ggmap: Spatial Visualization with ggplot2

David Kahle, +1 more
- 01 Jan 2013 - 
TL;DR: This article details some new methods for the visualization of spatial data in R using the layered grammar of graphics implementation of ggplot2 in conjunction with the contextual information of static maps from Google Maps, OpenStreetMap, Stamen Maps or CloudMade Maps and presents an overview of a few utility functions.