Skip to content

Instantly share code, notes, and snippets.

View Myfanwy's full-sized avatar

Myfanwy Johnston Myfanwy

View GitHub Profile
tt %>%
mutate(
laststation = as.character(laststation),
TagID = as.character(TagID)
) %>%
group_by(laststation) %>%
ggplot(aes(TagID, kmday)) +
geom_segment(aes(xend=TagID, yend=0)) +
geom_point(shape="—", size=5) +
facet_wrap(~laststation, nrow=1, scales="free_x") +
library(SmarterPoland)
library(riverplot)
library(RColorBrewer)
library(graphics)
library(reshape2)
library(plyr)
library(stringr)
library(countrycode)
# DOWNLOAD THE DATA
@Pakillo
Pakillo / ggplot_resources.md
Last active October 17, 2022 04:38
ggplot2: tutorials and complementary packages