tests/testthat/_snaps/ggmatrix_add.md

v1_ggmatrix_theme

Code
  pm <- ggpairs(tips, 1:2)
  pm1 <- pm + v1_ggmatrix_theme()
Condition
  Warning:
  `v1_ggmatrix_theme()` was deprecated in GGally 2.3.0.
  i This function will be removed in future releases.
Code
  expect_true(is.null(pm$gg))
  expect_true(!is.null(pm1$gg))


ggobi/ggally documentation built on June 12, 2025, 8:44 p.m.