library(soGGi)
context("Test plot returns a gg object")
data(chipExampleBig)
p <- plotRegion(chipExampleBig)
expect_that(all(class(p) == c("gg","ggplot")),is_true()
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.