Nothing
library(soGGi)
context("Test plot returns a gg object")
data(chipExampleBig)
p <- plotRegion(chipExampleBig)
expect_that(all(class(p) == c("gg","ggplot")),is_true()
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.