inst/tinytest/test_north.R

library(sf)
library(sp)
mtq <- st_read(system.file("gpkg/mtq.gpkg", package="cartography"), quiet = TRUE)

fufun <- function(){
  for (i in list("topleft", "top", "topright", "right", "bottomright",
                 "bottom", "bottomleft", "left")){
    north(i, south = FALSE)
  }
}

plot(st_geometry(mtq))
expect_silent(fufun())
expect_silent(north(pos =  c(746368, 1632993), south = TRUE))
expect_silent(north(x=mtq))

Try the cartography package in your browser

Any scripts or data that you put into this service are public.

cartography documentation built on Sept. 14, 2023, 5:08 p.m.