Skip to content

Commit

Permalink
minor updates examples tm_shape
Browse files Browse the repository at this point in the history
  • Loading branch information
mtennekes committed Jan 13, 2025
1 parent 7db2998 commit 3bcc6e2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 0 additions & 1 deletion examples/tm_crs.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

SA = World[World$continent == "South America", ]

# latlon coordinates (WGS84)
Expand Down
5 changes: 4 additions & 1 deletion examples/tm_shape.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
tm_shape(World, crs = "+proj=ortho +lat_0=-10 +lon_0=-30") +
tm_shape(World, crs = "auto") +
tm_polygons()

tm_shape(World, crs = 3035, bb = "Europe") +
tm_polygons()

tm_shape(World, crs = "+proj=robin", filter = World$continent=="Africa") +
Expand Down
1 change: 0 additions & 1 deletion man/tm_crs.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion man/tm_shape.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3bcc6e2

Please sign in to comment.