Skip to content

Commit 90fac0b

Browse files
committed
ggsave added
1 parent 64e01f5 commit 90fac0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

R/eRum_map_publication.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ p <- ggmap(poz_map) +
3939
geom_point(data = cities_rest, aes(x = lon, y = lat), color = "black", size = 1, shape = 1) +
4040
geom_segment(data = cities_all, aes(x = lon, y = lat, xend = Poznan_lon, yend = Poznan_lat), size = 0.2, color = '#472b29') +
4141
geom_point(data = poznan, aes(x = lon, y = lat), color = "black", size = 4, shape = 19) +
42-
coord_map()
42+
labs(x='Lon', y='Lat')
4343
p
4444

45-
ggsave(p)
45+
ggsave(p, file='maps/erum_map.pdf', height = 6.5, width = 6.5)

0 commit comments

Comments
 (0)