Skip to content

Commit

Permalink
vault backup: 2023-09-12 18:13:21
Browse files Browse the repository at this point in the history
Affected files:
content/notes/university/cs3002-lab1.md
  • Loading branch information
pietraferreira committed Sep 12, 2023
1 parent 73d34a8 commit 88b5046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/notes/university/cs3002-lab1.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The lab sheet can be found [here](assets/university/year3/R_IntroLab_v3.pdf).
- R is **case-sensitive**, so `view` doesn't work but `View` does.
- To create scatterplots:
- Column name:
- `plot(mydata$column, mydata$wind)`
- `plot(mydata$column1, mydata$column2)`

## R Cheatsheets
- [Graph Parameters CheatSheet](assets/university/year3/R_Graph_Parameters_CheatSheet.pdf).
Expand Down

0 comments on commit 88b5046

Please sign in to comment.