tests/testthat/test-geom-bar-rounded.R

p <- ggplot2::ggplot(ggplot2::mpg, ggplot2::aes(class)) + geom_bar_rounded()

test_that("geom_bar_rounded() works", {
  vdiffr::expect_doppelganger("geom-bar-rounded", p)
})

Try the ggrounded package in your browser

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

ggrounded documentation built on May 31, 2023, 7:46 p.m.