Skip to content

Commit

Permalink
update map
Browse files Browse the repository at this point in the history
  • Loading branch information
FredericBlum committed Oct 28, 2022
1 parent 74c7166 commit 6e5a169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified plots/plot_gata_map.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions plots/plots.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ ggplot()+
y=Latitude,
label=Name),
color="black",
size=5,
size=8,
max.overlaps=99,
alpha=0.8)

ggsave("plot_gata_map.png",width=10,height=7)
ggsave("plot_gata_map.png")

#' Time interval density
plyr::ddply(gata,"Language_ID",function(x) abs(diff(unique(x$Year)))) %>%
Expand Down

0 comments on commit 6e5a169

Please sign in to comment.