knitr::opts_chunk$set(echo = TRUE)

Travis Build Status Codecov test coverage Project Status: Active – The project has reached a stable, usable state and is being actively developed. License: GPL v3 Open Source Love

auksRuak

Collection of functions (mainly for myself) used to analyse and visualise spatial data from Red Phalaropes (auksruak in Iñupiat). Mainly combining data.table, sf and ggplot2.

library(png)
library(grid)
img = readPNG('./inst/REPH_Killian_Mullarney.png')
grid.raster(img)

Drawing by Killian Mullarney

Installation

install.packages('devtools')
devtools::install_github('krietsch/auksRuak')


krietsch/auksRuak documentation built on June 13, 2024, 8:27 p.m.