0% found this document useful (0 votes)
422 views

R Graphics Cookbook, 2nd Edition

This document is a summary of the R Graphics Cookbook, which provides recipes and code examples for creating basic and advanced graphics in R. The book is organized into chapters covering R basics like installing and loading packages and data, then moves into quickly exploring data through scatter plots, line graphs, bar graphs and histograms. It aims to help readers learn R graphics through practical examples and recipes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
422 views

R Graphics Cookbook, 2nd Edition

This document is a summary of the R Graphics Cookbook, which provides recipes and code examples for creating basic and advanced graphics in R. The book is organized into chapters covering R basics like installing and loading packages and data, then moves into quickly exploring data through scatter plots, line graphs, bar graphs and histograms. It aims to help readers learn R graphics through practical examples and recipes.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

R Graphics Cookbook

Welcome

Preface RG
0.1 Recipes
Coo
0.2 Software and Platform Notes

0.3 Conventions Used in This Book edi


0.4 Using Code Examples
Winsto
0.5 How to Contact Us

0.6 Acknowledgments 2023-0

1 R Basics

1.1 Installing a Package


We
1.2 Loading a Package

1.3 Upgrading Packages

1.4 Loading a Delimited Text Data File

1.5 Loading Data from an Excel File

1.6 Loading Data from SPSS/SAS/Stata Files

1.7 Chaining Functions Together With %>%, the Pipe Operator

2 Quickly Exploring Data

2.1 Creating a Scatter Plot

2.2 Creating a Line Graph

2.3 Creating a Bar Graph

2.4 Creating a Histogram

You might also like