株式会社極東書店トップ > 商品一覧 > Data Visualization: A Practical Introduction.
商品詳細
Data Visualization: A Practical Introduction. データの視覚化-実践的入門
・ISBN 978-0-691-18161-5 cloth US$ 110.00
¥25,773.- (税込) ※(※)価格はご注文時の参考価格となります。
納品価格につきましては書籍の入荷時点で確定となります。
版元の原価改定、外国為替の変動等により異なる場合がございますので、予めご了承下さい。
・ISBN 978-0-691-18162-2 paper US$ 49.95
¥11,702.- (税込) ※(※)価格はご注文時の参考価格となります。
納品価格につきましては書籍の入荷時点で確定となります。
版元の原価改定、外国為替の変動等により異なる場合がございますので、予めご了承下さい。
| 著者・編者 | Healy, Kieran, |
|---|---|
| 出版社 | (Princeton U. Pr., US) |
| 出版年月 | 2019 |
| ページ数 | 248 pp. |
| 言語 | ENG |
| ニュース番号 | <647-33> |
解説
An accessible primer on how to create effective graphics from data
This book provides students and researchers a hands-on introduction to the principles and practice of data visualization. It explains what makes some graphs succeed while others fail, how to make high-quality figures from data using powerful and reproducible methods, and how to think about data visualization in an honest and effective way.
Data Visualization builds the reader's expertise in ggplot2, a versatile visualization library for the R programming language. Through a series of worked examples, this accessible primer then demonstrates how to create plots piece by piece, beginning with summaries of single variables and moving on to more complex graphics. Topics include plotting continuous and categorical variables; layering information on graphics; producing effective "small multiple" plots; grouping, summarizing, and transforming data for plotting; creating maps; working with the output of statistical models; and refining plots to make them more comprehensible.
Effective graphics are essential to communicating ideas and a great way to better understand data. This book provides the practical skills students and practitioners need to visualize quantitative data and get the most out of their research findings.
- Provides hands-on instruction using R and ggplot2
- Shows how the "tidyverse" of data analysis tools makes working with R easier and more consistent
- Includes a library of data sets, code, and functions