inst/tinytest/test_ghostLayer.R

library(sf)
library(sp)
mtq <- st_read(system.file("gpkg/mtq.gpkg", package="cartography"), quiet=TRUE)
target <- mtq[30,]
expect_silent(ghostLayer(target, bg = "lightblue"))
expect_silent(ghostLayer(as(target, "Spatial")))

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.