-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathvisualisation.qmd
26 lines (16 loc) · 2.62 KB
/
visualisation.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
title: "Data visualization"
---
## Summary
This unit of the workshop covers the basics of data visualization. The theory includes basic design principles, such as colour and type, how to choose graphs according to your data, file types to export your graphs in, and common mistakes to avoid in data visualization. The practical focuses on visualizing data using ggplot2, as well as plotting vector and raster spatial data. The slides for the unit are available [here](https://github.com/SofiaGalv/DataVis/blob/d7ece9a5cf63df24b84409e4e1999fa0f6be5da3/palaeoverse%20hackathon%202023%20-%20data%20viz%20theory.pdf) and provide an introduction to some of the most commonly used resources. The code for the ggplot2 tutorial is available [here](https://htmlpreview.github.io/?https://github.com/SofiaGalv/DataVis/blob/88af00b772c7401ae7b9eba649d611ccae16eacf/DV_ggplot2.html), as well as for the spatial data tutorial [here](https://htmlpreview.github.io/?https://github.com/SofiaGalv/DataVis/blob/117ff947250a0c5b0e0f44a764edb0d0036d0374/DV_spatialdata.html).
This session is led by Sofía Galván and Miranta Kouvari. If you encounter any issues while working with the tutorials, please contact Sofía [here](mailto:sofia.galvan@uvigo.es). If you have any questions or further enquiries on the theory covered, please contact Miranta [here](mailto:kouvari.miranta@gmail.com).
## Resources
- [Data visualization slides](https://github.com/SofiaGalv/DataVis/blob/d7ece9a5cf63df24b84409e4e1999fa0f6be5da3/palaeoverse%20hackathon%202023%20-%20data%20viz%20theory.pdf)
- [Data visualization 0: base R html](https://htmlpreview.github.io/?https://github.com/SofiaGalv/DataVis/blob/117ff947250a0c5b0e0f44a764edb0d0036d0374/DV_BaseR.html)
- [Data visualization 0: base R Rmd](https://github.com/SofiaGalv/DataVis/blob/117ff947250a0c5b0e0f44a764edb0d0036d0374/DV_BaseR.Rmd)
- [Data visualization 1: ggplot2 html](https://htmlpreview.github.io/?https://github.com/SofiaGalv/DataVis/blob/88af00b772c7401ae7b9eba649d611ccae16eacf/DV_ggplot2.html)
- [Data visualization 1: ggplot2 Rmd](https://github.com/SofiaGalv/DataVis/blob/117ff947250a0c5b0e0f44a764edb0d0036d0374/DV_ggplot2.Rmd)
- [Data visualization 2: spatial data html](https://htmlpreview.github.io/?https://github.com/SofiaGalv/DataVis/blob/117ff947250a0c5b0e0f44a764edb0d0036d0374/DV_spatialdata.html)
- [Data visualization 2: spatial data Rmd](https://github.com/SofiaGalv/DataVis/blob/117ff947250a0c5b0e0f44a764edb0d0036d0374/DV_spatialdata.Rmd)
![](https://raw.githubusercontent.com/SofiaGalv/DataVis/main/DV_Resources.png){fig-align="left" width="75%"}
![](images/logo.png){fig-align="right" width="25%"}