Skip to content

Commit

Permalink
Update make_tiles_help.R
Browse files Browse the repository at this point in the history
  • Loading branch information
8Ginette8 committed Jul 16, 2024
1 parent 81d9006 commit 10fb7d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/examples/make_tiles_help.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ shp.path <- paste0(system.file(package = "gbif.range"),"/extdata/shp_lonlat.shp"
shp.lonlat <- terra::vect(shp.path)

# Apply the function to divide the extent in ~20 fragments
mt = make_tiles(geo=shp.lonlat,Ntiles=20,sext=TRUE); mt
mt = make_tiles(geo=shp.lonlat,Ntiles=20,sext=TRUE)

0 comments on commit 10fb7d0

Please sign in to comment.