Skip to content

Commit

Permalink
namespace tmaptools
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Apr 26, 2024
1 parent dc9f7f1 commit eb35bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/tm_symbols.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ library(sf)
atlantic_grid = cbind(expand.grid(x = -51:-47, y = 20:24), id = seq_len(25))
x = st_as_sf(atlantic_grid, coords = c("x", "y"), crs = 4326)

tm_shape(x, bbox = bb(x, ext = 1.2)) +
tm_shape(x, bbox = tmaptools::bb(x, ext = 1.2)) +
tm_symbols(shape = "id",
size = 2,
lwd = 2,
Expand Down
2 changes: 1 addition & 1 deletion man/tm_symbols.Rd

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

0 comments on commit eb35bbc

Please sign in to comment.