Skip to content

Commit

Permalink
Merge commit 'd1b0fb53517060a8c41d62ef9180af3f3e011ac5'
Browse files Browse the repository at this point in the history
  • Loading branch information
robitalec committed May 21, 2020
2 parents e0ff318 + d1b0fb5 commit f16338d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/12-manitoba-prep.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ bounds <- ne_download(
returnclass = 'sf'
)

keepAdmin <- c('United States of America', 'Canada')
keepAdmin <- c('United States of America', 'Canada', 'Greenland')

keepb <- bounds[bounds$admin %in% keepAdmin,]

Expand Down
4 changes: 2 additions & 2 deletions R/13-manitoba-figure.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ source('R/00-palette.R')
## Theme
themeMap <- theme(panel.border = element_rect(size = 1, fill = NA),
panel.background = element_rect(fill = watercol),
panel.grid = element_line(color = gridcol, size = 0.3),
panel.grid = element_line(color = gridcol, size = 0.2),
axis.text = element_text(size = 11, color = 'black'),
axis.title = element_blank())

Expand All @@ -43,7 +43,7 @@ mb <- bounds[bounds$name_en == 'Manitoba',]
bb <- st_bbox(st_buffer(mb, 2.5e6))

gmb <- ggplot() +
geom_sf(fill = islandcol, color = 'black', size = 0.2, data = bounds) +
geom_sf(fill = islandcol, color = 'black', size = 0.1, data = bounds) +
geom_sf(fill = '#cd0001', color = NA, alpha = 0.3, data = mb) +
geom_sf(fill = watercol, color = streamcol, size = 0.1, data = lakes) +
guides(color = FALSE, fill = FALSE) +
Expand Down
Binary file modified graphics/13-manitoba.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified output/manitoba-bounds.gpkg
Binary file not shown.

0 comments on commit f16338d

Please sign in to comment.