Publications by Maxwell B. Joseph

Global sea ice time series visualization sandbox with R, ggplot, and plotly

22.11.2016

In the past couple of weeks I’ve noticed a flurry of visualizations of global sea ice extent on social media. If you’re like me, and curious to see what the data look like yourself, here’s a bit of R code to fetch and visualize the most recent data. library(dplyr) library(ggplot2) library(viridis) library(plotly) # Define helper functions ...

869 sym R (2403 sym/1 pcs)