Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dcs-training/good-data-visualisation-with-r
Our guide on how we create data visualisations through R. Go to the readme file
https://github.com/dcs-training/good-data-visualisation-with-r
data-analysis data-visualisation r rmarkdown
Last synced: 8 days ago
JSON representation
Our guide on how we create data visualisations through R. Go to the readme file
- Host: GitHub
- URL: https://github.com/dcs-training/good-data-visualisation-with-r
- Owner: DCS-training
- License: other
- Created: 2023-12-01T16:15:20.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-29T08:46:12.000Z (4 months ago)
- Last Synced: 2024-07-29T11:57:30.483Z (4 months ago)
- Topics: data-analysis, data-visualisation, r, rmarkdown
- Language: HTML
- Homepage:
- Size: 38.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Good-Data-Visualisation-with-R
Our guide on how we create data visualisations through R.The **first session** offers an introduction to the ggplot2 package and a practical demonstration of the package. It focuses on topics such as:
* Ggplot2 syntax
* Basic plots with ggplot2
* Deeper customisation of plots, including labels, colour maps, and re-sizing/re-positioning legends
* Exporting plots
The **second session** focusses on some principles for using data visualisation in research. A more freeform practical exercise with example data is then offered, and attendees can attempt to replicate and improve visualisations. This covers processes that include:
* Different types of plots and when and where each might be best used
* The pitfalls of misleading data visualisation
* Introduction to some more advanced visualisation possibilities
The **third session** will cover the visualisation of textual data. Researchers often wish to work with unstructured text data, often collected from archives and the internet. We will discuss effective visualisation of this data, including:
* Different types of plots and their areas of application
* Plot design, common pitfalls, and what makes text data visualisation effective
*****The course will ultimately help to develop a foundational understanding of Visualisation in R. Crucially, this will foster a familiarity with the principles of data visualisation and the capabilities of the software, allowing attendees to confidently apply these, or indeed seek out new concepts for their current and future research.
The following pacakges will need installing for this workshop:
* tidyverse
* jtools
* psych
* palmerpenguins
* gtUseful reading:
A layered grammar of graphics - Hadley Wickham https://www.tandfonline.com/doi/epdf/10.1198/jcgs.2009.07098?needAccess=trueUseful guides:
https://www.cedricscherer.com/