dwww Home | Show directory contents | Find package

test_that("ggtitle is set correctly", {
  p <- ggplot2::ggplot()
  expect_doppelganger("Some title", p)
  expect_doppelganger("Some other title", p + ggplot2::ggtitle(NULL))
})

Generated by dwww version 1.15 on Thu May 23 02:17:00 CEST 2024.