tests/testthat/test_plotting.R

library(soGGi)
context("Test plot returns a gg object")
data(chipExampleBig)
p <- plotRegion(chipExampleBig)
expect_that(all(class(p) == c("gg","ggplot")),is_true()
            )

Try the soGGi package in your browser

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

soGGi documentation built on Nov. 8, 2020, 5:24 p.m.