ggplot

Intro to R

This week was our introduction to R lecture. This lecture was a brief overview of what R is and how to use it, with the goal of making the newer R users in our community literate in R syntax. For this session users needed to have downloaded both R and R Studio. First we discussed […]

Categories: R Working Group

Simple Mapping in R

Today we discussed using the “maps” package and the “ggplot2” package to make simple maps in R. Our test dataset is from the “rgbif” data package which makes use of publicly available data (see the “getting data” Topic). To deal with some of the georeferenced data we made use of the “dismo” package . We […]

Categories: R Working Group