Tags
Language
Tags
September 2024
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 1 2 3 4 5

ggplot2: Elegant Graphics for Data Analysis

Posted By: insetes
ggplot2: Elegant Graphics for Data Analysis

ggplot2: Elegant Graphics for Data Analysis By Hadley Wickham (auth.)
2009 | 213 Pages | ISBN: 0387981403 | PDF | 9 MB


This book describes ggplot2, a new data visualization package for R that uses the insights from Leland Wilkison's Grammar of Graphics to create a powerful and flexible system for creating data graphics. With ggplot2, it's easy to:produce handsome, publication-quality plots, with automatic legends created from the plot specificationsuperpose multiple layers (points, lines, maps, tiles, box plots to name a few) from different data sources, with automatically adjusted common scalesadd customisable smoothers that use the powerful modelling capabilities of R, such as loess, linear models, generalised additive models and robust regressionsave any ggplot2 plot (or part thereof) for later modification or reusecreate custom themes that capture in-house or journal style requirements, and that can easily be applied to multiple plotsapproach your graph from a visual perspective, thinking about how each component of the data is represented on the final plotThis book will be useful to everyone who has struggled with displaying their data in an informative and attractive way. You will need some basic knowledge of R (i.e. you should be able to get your data into R), but ggplot2 is a mini-language specifically tailored for producing graphics, and you'll learn everything you need in the book. After reading this book you'll be able to produce graphics customized precisely for your problems, and you'll find it easy to get graphics out of your head and on to the screen or page.Hadley Wickham is an Assistant Professor of Statistics at Rice University, and is interested in developing computational and cognitive tools for making data preparation, visualization, and analysis easier. He has developed 15 R packages and in 2006 he won the John Chambers Award for Statistical Computing for his work on the ggplot and reshape R packages.