Skip to content

Instantly share code, notes, and snippets.

View J-Cleeland's full-sized avatar

Jaimie Cleeland J-Cleeland

  • Hobart
View GitHub Profile
@J-Cleeland
J-Cleeland / southern_ocean_map
Created March 4, 2017 08:53
Generic polar projected Southern Ocean map, featuring subantarctic islands.
---
title: "Making a general Southern Ocean map"
author: "Jaimie Cleeland, jaimie.cleeland@utas.edu.au"
date: "3/4/2017"
output: html_document
---
Load libraries.
```{r setup, message=FALSE}
rm(list=ls())
@J-Cleeland
J-Cleeland / polar_projection_polygons.Rmd
Last active February 12, 2017 18:08
For plotting circumpolar polygons on raster maps.
---
title: "Polar projection polygons for light-mantled albatross distributions"
author: "Jaimie Cleeland, Michael Sumner"
date: "5/13/2016"
output: html_document
---
Load libraries.
```{r setup, message=FALSE}
library(graticule)
@J-Cleeland
J-Cleeland / albatross_breeding_cycle.Rmd
Last active June 18, 2018 21:10
Circular timeline of Southern Ocean albatross breeding cycles using ggplot. Note: BBA, black-browed albatross; LMA, light-mantled albatross; GHA, grey-headed albatross; WA, Wandering albatross.
---
title: "albatross_breeding_cycle"
author: "Jaimie Cleeland jaimie.cleeland@utas.edu.au"
date: "12/12/2016"
output: html_document
---
Load libraries
```{r}
library(dplyr)