LennertSchepers / YES-SETAC

These are the R files for the YES-SETAC course on Marine Data Management and open access

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YES-SETAC Course Marine Data Management

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/).

requirements

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:

installation

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.

Just click here: Binder

Slides

The Slides of this course are available here (or click on image below):

Slides

About

These are the R files for the YES-SETAC course on Marine Data Management and open access


Languages

Language:HTML 100.0%Language:R 0.0%Language:Dockerfile 0.0%