tests/testthat/test-plotDispEsts.R

## NOTE This can return "figure margins too large" error.

test_that("plotDispEsts", {
    x <- plotDispEsts(object)
    expect_type(x, "list")
    expect_named(
        object = x,
        expected = c("rect", "text")
    )
})
hbc/bcbioRnaseq documentation built on April 1, 2024, 11:31 a.m.