Skip to content

Commit

Permalink
new map boundaries
Browse files Browse the repository at this point in the history
  • Loading branch information
icrichmond committed Apr 15, 2020
1 parent a336d8b commit e6f8489
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/07-terra-nova-figure.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ themeMap <- theme(panel.border = element_rect(size = 1, fill = NA),
axis.title = element_blank())

# x/y limits
bb <- st_bbox(tn)
bb <- st_bbox(tn) - rep(c(1e3, -1e3), each = 2)


### Plot ----
Expand Down
Binary file modified graphics/07-terra-nova.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e6f8489

Please sign in to comment.