한국보건사회연구원 전자도서관

로그인

한국보건사회연구원 전자도서관

자료검색

  1. 메인
  2. 자료검색
  3. 통합검색

통합검색

단행본Use R!

ggplot2: Elegant graphics for data analysis

서명/저자사항
ggplot2: Elegant graphics for data analysis
판사항
Second edition
개인저자
Wickham, Hadley | Sievert, Carson contributor
발행사항
Houston, Texas : Springer, 2016
형태사항
xvi, 260 p. : illustrations ; 24 cm
총서사항
Use R!
ISBN
9783319242750
소장정보
위치등록번호청구기호 / 출력상태반납예정일
이용 가능 (1)
자료실WM020525대출가능-
이용 가능 (1)
  • 등록번호
    WM020525
    상태/반납예정일
    대출가능
    -
    위치/청구기호(출력)
    자료실
책 소개

This new edition to the classic book by ggplot2 creator Hadley Wickham highlights compatibility with knitr and RStudio. ggplot2 is a data visualization package for R that helps users create data graphics, including those that are multi-layered, with ease. With ggplot2, it's easy to: 

  • produce handsome, publication-quality plots with automatic legends created from the plot specification
  • superimpose multiple layers (points, lines, maps, tiles, box plots) from different data sources with automatically adjusted common scales
  • add customizable smoothers that use powerful modeling capabilities of R, such as loess, linear models, generalized additive models, and robust regression
  • save any ggplot2 plot (or part thereof) for later modification or reuse
  • create custom themes that capture in-house or journal style requirements and that can easily be applied to multiple plots
  • approach a graph from a visual perspective, thinking about how each component of the data is represented on the final plot

This book will be useful to everyone who has struggled with displaying data in an informative and attractive way. Some basic knowledge of R is necessary (e.g., importing data into R).  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.



New feature

This new edition to the classic book by ggplot2 creator Hadley Wickham highlights compatibility with knitr and RStudio. ggplot2 is a data visualization package for R that helps users create data graphics, including those that are multi-layered, with ease. With ggplot2, it's easy to:

? produce handsome, publication-quality plots with automatic legends created from the plot specification

? superimpose multiple layers (points, lines, maps, tiles, box plots) from different data sources with automatically adjusted common scales

? add customizable smoothers that use powerful modeling capabilities of R, such as loess, linear models, generalized additive models, and robust regression

?  save any ggplot2 plot (or part thereof) for later modification or reuse

? create custom themes that capture in-house or journal style requirements and that can easily be applied to multiple plots

? approach a graph from a visual perspective, thinking about how each component of the data is represented on the final plot

This book will be useful to everyone who has struggled with displaying data in an informative and attractive way. Some basic knowledge of R is necessary (e.g., importing data into R).  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.  New to this edition:<

? Brings the book up-to-date with ggplot2 1.0, including major updates to the theme system

? New scales, stats and geoms added throughout

? Additional practice exercises

? A revised introduction that focuses on ggplot() instead of qplot()

? Updated chapters on data and modeling using tidyr, dplyr and broom




목차

Introduction.- Getting Started with ggplot2.- Toolbox.- Mastering the Grammar.- Building a Plot Layer by Layer.- Scales, Axes and Legends.- Positioning.- Themes.- Data Analysis.- Data Transformation.- Modelling for Visualisation.- Programming with ggplot2.- Index.- R Code Index.