tests/testthat/test_union_plot.R

context("unionplot")

test_that("unionplot works", {
  data(OTUTable)
  expect_silent({
    unionplot(OTUTable, group = "Sample", colour = "Family")
    })
})
wilkox/unionplot documentation built on May 4, 2019, 5:26 a.m.