tests/testthat/test_ggheatmap.R

context("ggheatmap")

test_that("ggheatmap", {
  x = matrix(runif(25L), ncol = 5L)

  pl = ggheatmap(x)
  expect_class(pl, "ggplot")
})
jakobbossek/ggheatmap documentation built on May 14, 2022, 3:33 a.m.