tests/testthat/test-plot.easycormatrix.R

test_that("`plot.see_easycormatrix()` works", {
  result <- correlation::correlation(mtcars[, -(8:9)])
  s <- summary(result)
  expect_s3_class(suppressWarnings(plot(s)), "gg")
})

Try the see package in your browser

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

see documentation built on Nov. 3, 2023, 5:10 p.m.