This is the github repository with all necessary files for the R exercises of the course
Marine environmental data: principles of good data management and access to open data resources
given on 2019-02-08 at Ghent University as part of the YES-SETAC meeting (https://yes2019.setac.org/programme/courses/).
Part of the course will teach you how to get and visualize data in R. If you don’t have any R experience, please follow a basic introduction, for example:
- The DataCamp free introduction to R: https://www.datacamp.com/courses/free-introduction-to-r
- Harvard intro to R: http://tutorials.iq.harvard.edu/R/Rintro/Rintro.html
Please bring along a laptop with R and Rstudio installed:
-
Download and install R from http://cran.r-project.org
-
Download and install Rstudio from https://www.rstudio.com/products/rstudio/download/#download
-
Install packages:
- ‘ggplot2’, ‘sf’, ‘raster’, ‘sdmpredictors’, ‘dplyr’, ‘data.table’, ‘mapview’, ‘leaflet’
- You should be able to this by following line of code:
install.packages(c('ggplot2', 'sf', 'raster', 'sdmpredictors', 'dplyr', 'data.table', 'mapview', 'leaflet'))
You can also try directly in an online RStudio environment, without having to install anything, thanks to http://mybinder.org.
The Slides of this course are available here (or click on image below):