This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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") + |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
layout: page | |
title: Davis R-Users Group Calendar | |
permalink: /calendar/ | |
type: info | |
header_text: Davis R-Users Group Calendar | |
calendar: true | |
--- | |
<div class="span3"> | |
<h3>Davis R-Users Group Events</h3> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(SmarterPoland) | |
library(riverplot) | |
library(RColorBrewer) | |
library(graphics) | |
library(reshape2) | |
library(plyr) | |
library(stringr) | |
library(countrycode) | |
# DOWNLOAD THE DATA |