Skip to content

Commit 61d43a1

Browse files
authored
Update README.md
1 parent 5ea3403 commit 61d43a1

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,17 @@
11
# Week5
22
**gggplot2** examples
3+
4+
## To use from R Studio Desktop
5+
6+
1. Clone this repo to your computer. Two ways to do this.
7+
* Copy the URL. Open GitHub Desktop. Go to File > Clone Repository. Click on URL tab. Paste URL in. Then Open R Studio, Click the R-cube in top right and select New Project > Existing Directory.
8+
* If you have R Studio set up to use Git. Open R Studio, Click the R-cube in top right and select New Project > From Version Control. Paste the URL.
9+
2. install **ggplot2** and **gridExtra**.
10+
```
11+
install.packages("ggplot2")
12+
install.packages("gridExtra")
13+
```
14+
3. Open `week5-ggplot.Rmd`
15+
16+
## To use from R Studio Cloud
17+

0 commit comments

Comments
 (0)