R Presentation given in the framework of a Linked Open Data brainstorm.
For more information on the Marine Regions project, please visit http://www.marineregions.org/.
- 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', 'cowplot', 'sf', 'rnaturalearth', 'jsonlite'
- You should be able to this by following line of code:
install.packages(c('ggplot2', 'cowplot', 'sf', 'rnaturalearth', 'jsonlite'))