Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
8Ginette8 committed Jan 7, 2025
1 parent cabf171 commit 08cd5ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions inst/examples/make_blocks_help.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ block.pt <- make_blocks(nfolds = 5, df = obs.pt[,c("decimalLatitude","decimalLon

# Plot one colour per fold
countries <- terra::vect(rnaturalearth::ne_countries(type = "countries", returnclass = "sf"))
countries.focus <- crop(countries, ext(60,100,0,40))
countries.focus <- terra::crop(countries, terra::ext(60,100,0,40))
terra::plot(countries.focus, col = "#bcbddc")
graphic::points(obs.pt[,c("decimalLongitude","decimalLatitude")], pch = 20, col = block.pt, cex = 1)
graphics::points(obs.pt[,c("decimalLongitude","decimalLatitude")], pch = 20, col = block.pt, cex = 1)
}
4 changes: 2 additions & 2 deletions man/make_blocks.Rd

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

0 comments on commit 08cd5ad

Please sign in to comment.