Data figuring

Making Q3 into its own file in order to see how that helps with making charts and graphs. TEST
This commit is contained in:
rehughes07 2021-10-22 14:24:57 +01:00
parent a14e1fde4c
commit 0b15014181
4 changed files with 154 additions and 0 deletions

View file

@ -66,8 +66,12 @@ pie(Q26_freq)
#very messy as a pie chart - split by type? Or is it important to see crossover
```{r Q3 bar/pie}
Q3_data <- read.csv("Q3.csv")
```
pie(Q3_freq)
#also not optimal as pie...perhaps bar