Skip to content

Instantly share code, notes, and snippets.

@milotictanja
milotictanja / WMH_datapaper_graphs.R
Last active March 27, 2020 08:33
Western marsh harrier graphs created for the data paper
library(dplyr)
library(readr)
library(lubridate)
library(ggplot2)
####Read Groningen data####
WMH_GRONINGEN_movebank_gps_accelero <- read_delim("./data/H_GRONINGEN - Western marsh harriers (Circus aeruginosus, Accipitridae) breeding in Groningen (the Netherlands).csv",
",", quote = "\"", skip = 0, col_names = TRUE, na = c('','NA'),
locale = readr::locale(encoding = "UTF-8", decimal_mark = ".", grouping_mark = "," ),
col_types = list(`event-id` = col_double(),