close menu
Bookswagon-24x7 online bookstore
close menu
My Account
The Art of Data Visualization with ggplot2: The TidyTuesday Cookbook

The Art of Data Visualization with ggplot2: The TidyTuesday Cookbook

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

Data visualization can be a very effective and efficient means of communicating information. Visualizing data typically serves one of two purposes: (i) as part of exploratory analysis to help uncover discrepancies in data and identify interesting relationships to measure; or (ii) to communicate key insights and messages to a broader audience. The case-study nature of this book means it covers both aspects, though it focuses mostly on the second. Choosing an appropriate type of visualization and making careful choices about design can clarify the message it is meant to convey to a reader.

The visualizations in this book are not necessarily always the most effective choice of visualization for the data and relationship shown. Rather, this book aims to show you examples of the end-to-end process of creating data visualizations, with a focus on the technical details of building them in R.

This book is primarily aimed at those who wish to develop their data visualization skills in R. Readers of this book may find a basic knowledge of R, more specifically of the tidyverse ecosystem, useful - although all code used in examples is fully explained. Readers do not need to be experienced in ggplot2, though this book will also be of interest to those who are. This book will also be of interest to those who are already familiar with R (including ggplot2), and wish to develop their skills in designing data visualizations further. It will also interest those who already design data visualizations using other tools, and want to learn how to do the equivalent in R.



Table of Contents:

Preface Acknowledgements Author 1 Introduction 1.1 Who is this book aimed at? 1.2 What do you need to know before reading this book? 1.3 Code style used in this book 1.4 Code evolves over time 1.5 The structure of this book I Common charts don’t need to be boring! 2 Programming languages: dumbbell charts with ggplot2 2.1 Data 2.2 Exploratory work 2.2.1 Data exploration 2.2.2 Exploratory sketches 2.3 Preparing a plot 2.3.1 Data wrangling 2.3.2 The first plot 2.4 Advanced styling 2.4.1 Colors 2.4.2 Text and fonts 2.4.3 Adjusting themes 2.4.4 Saving to an image file 2.5 Reflection 2.6 Exercises 3 UK museums: highlighting line charts with gghighlight 3.1 Data 3.2 Exploratory work 3.2.1 Data exploration 3.2.2 Exploratory sketches 3.3 Preparing a plot 3.3.1 Data wrangling 3.3.2 The first plot 3.3.3 Highlighting with gghighlight 3.4 Advanced styling 3.4.1 Colors 3.4.2 Text and fonts 3.4.3 Adjusting themes 3.5 Reflection 3.6 Exercises 4 Bee colony losses: visualizing quantities with Poisson disk sampling 4.1 Data 4.2 Exploratory work 4.2.1 Data exploration 4.2.2 Exploratory sketches 4.3 Preparing a plot 4.3.1 Data wrangling 4.3.2 Poisson disk sampling with poissoned 4.3.3 The first plot 4.4 Advanced styling 4.4.1 Colors 4.4.2 Fonts 4.4.3 Adding text 4.4.4 Adjusting themes 4.5 Reflection 4.6 Exercises 5 Animal shelter intakes: making gauge charts with ggforce 5.1 Data 5.2 Exploratory work 5.2.1 Data exploration 5.2.2 Exploratory sketches 5.3 Preparing a plot 5.3.1 Data wrangling 5.3.2 The ggforce extension package 5.3.3 Gauge charts with ggforce 5.3.4 Computing aesthetics 5.3.5 The first plot 5.4 Advanced styling 5.4.1 Colors 5.4.2 Text and fonts 5.4.3 Adjusting themes 5.4.4 Alternatives to a traditional legend 5.5 Reflection 5.6 Exercises II Making use of icons fonts and text 6 Canadian wind turbines: waffle plots and pictograms 6.1 Data 6.1.1 Reading data with openxlsx 6.2 Exploratory work 6.2.1 Data exploration 6.2.2 Exploratory sketches 6.3 Preparing a plot 6.3.1 Data wrangling 6.3.2 Installing Font Awesome fonts 6.3.3 The first plot with waffle 6.4 Advanced styling 6.4.1 Colors with rcartocolor 6.4.2 Adding styled text with marquee 6.4.3 Adjusting scales and themes 6.5 Reflection 6.6 Exercises 7 Cats: data-driven annotations with ggtext 7.1 Data 7.2 Exploratory work 7.2.1 Data exploration 7.2.2 Exploratory sketches 7.3 Preparing a plot 7.3.1 Data wrangling 7.3.2 The first plot 7.4 Advanced styling 7.4.1 Colors 7.4.2 Text and fonts 7.4.3 Adding annotations 7.4.4 Adding text 7.4.5 Custom caption functions 7.4.6 Adjusting themes 7.5 Reflection 7.6 Exercises 8 Nobel Prize laureates: positioning text and parameterizing plots 8.1 Data 8.2 Exploratory work 8.2.1 Data exploration 8.2.2 Exploratory sketches 8.3 Preparing a plot 8.3.1 Data wrangling 8.3.2 The first plot 8.4 Advanced styling 8.4.1 Fonts 8.4.2 Colors 8.4.3 Adding text 8.4.4 Adjusting scales and themes 8.4.5 Parameterized plots 8.5 Reflection 8.6 Exercises III Working with images 9 Lemurs: manipulating images in R 9.1 Data 9.2 Exploratory work 9.2.1 Data exploration 9.2.2 Exploratory sketches 9.3 Preparing a plot 9.3.1 Data wrangling 9.3.2 The first plot 9.4 Advanced styling 9.4.1 Colors 9.4.2 Working with systemfonts 9.4.3 Adding text 9.4.4 Adjusting themes 9.5 Working with images 9.5.1 Manipulating images with magick and imager 9.5.2 Adding images to plots with cowplot 9.6 Reflection 9.7 Exercises 10 R packages: using images for custom facet labels 10.1 Data 10.2 Exploratory work 10.2.1 Data exploration 10.2.2 Exploratory sketches 10.3 Preparing a plot 10.3.1 Data wrangling 10.3.2 The first plot 10.4 Advanced styling 10.4.1 Colors 10.4.2 Text and fonts 10.4.3 Adjusting scales and themes 10.4.4 Using images as facet labels 10.5 Reflection 10.6 Exercises IV Visualizing spatial data 11 Doctors across the world: making maps with ggplot2 11.1 Data 11.2 Exploratory work 11.2.1 Data exploration 11.2.2 Exploratory sketches 11.3 Preparing a plot 11.3.1 Data wrangling 11.3.2 The first plot 11.4 Advanced styling 11.4.1 Colors 11.4.2 Text and fonts 11.4.3 Adjusting themes 11.5 Reflection 11.6 Exercises 12 Time zones: spatial data and mapping with sf 12.1 Data 12.2 Exploratory work 12.2.1 Data exploration 12.2.2 Exploratory sketches 12.3 Preparing a plot 12.3.1 Maps with rnaturalearth 12.3.2 Spatial objects with sf 12.3.3 The first plot 12.3.4 Colors 12.3.5 Fonts 12.3.6 Creating a custom bar chart legend 12.4 Advanced styling 12.4.1 Applying colors 12.4.2 Editing the axes 12.4.3 Adding text 12.4.4 Adjusting themes 12.4.5 Joining plots with patchwork 12.5 Reflection 12.6 Exercises 13 US House elections: geography on a grid with geofacet 13.1 Data 13.2 Exploratory work 13.2.1 Data exploration 13.2.2 Exploratory sketches 13.3 Preparing a plot 13.3.1 Data wrangling 13.3.2 The first plot 13.3.3 Faceting with geofacet 13.4 Advanced styling 13.4.1 Colors 13.4.2 Text and fonts 13.4.3 Adjusting themes 13.4.4 Developing a custom legend 13.4.5 Joining with patchwork 13.5 Reflection 13.6 Exercises 14 Other tips and tricks 14.1 Recording gifs with camcorder 14.1.1 Setting the size resolution of images 14.2 Extracting information from plots 14.2.1 Extracting co-ordinates 14.2.2 Plotting with ggpattern 14.3 Code formatting with lintr and styler 14.4 Template files for TidyTuesday 14.5 Writing your own helper functions 14.6 Exercises Bibliography Appendix Frequently asked questions (FAQs) Software requirements Data Images Index


Best Seller

| | See All

Product Details
  • ISBN-13: 9781040639962
  • Publisher: Taylor & Francis Ltd
  • Publisher Imprint: Chapman and Hall
  • Language: English
  • ISBN-10: 1040639968
  • Publisher Date: 13 Jul 2026
  • Binding: Digital (delivered electronically)
  • Sub Title: The TidyTuesday Cookbook


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Be The First to Review
The Art of Data Visualization with ggplot2: The TidyTuesday Cookbook
Taylor & Francis Ltd -
The Art of Data Visualization with ggplot2: The TidyTuesday Cookbook
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

The Art of Data Visualization with ggplot2: The TidyTuesday Cookbook

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    | | See All


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA