-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.Rmd
22 lines (16 loc) · 945 Bytes
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
title: "Data Visualization in R with ggplot2"
site: bookdown::bookdown_site
github-repo: altaf-ali/ggplot_tutorial
---
# Introduction
This course introduces you to data visualization in R using the ggplot2 package. The ggplot2 package implements the grammar of graphics concepts for creating visually appealing and professional looking graphics in R. Basic knowledge of working with datasets in R is essential but experience with plotting functions is not required.
By the end of the course you will be able to:
- Create scatterplots, histograms, line graphs, and boxplots
- Add chart labels, axis labels and legends to the plots
- Apply statistical transformations to the plots
- Change various attributes of plot layers including color, shape, size and scale
- Create mutiple plots in a single figure using facets
- Apply themes to change the appearance of the plots
----
*Last Updated: `r format(Sys.time(), "%b %d, %Y %l:%M %p")`*