tests/testthat/test-labels.R

test_that("todo vdiffr these plots", {
  x <- read_sf(system.file("shape/nc.shp", package="sf"))
  plot(x)
  text(x)  ## we get AREA
  plot(x)
  text(x["NAME"])
})
mdsumner/basf documentation built on Sept. 11, 2022, 1:08 p.m.