Nothing
mod <- random_sevt(list(
"A" = c("aa", "aaa", "a"),
"B" = c("b", "bbb"),
"C" = c("c", "cc")
))
test_that("plot.ceg", {
expect_silent(plot(ceg(mod)))
})
test_that("plot.ceg", {
expect_silent(plot(ceg(mod), col = "stages"))
})
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.