Nothing
test_that("Testing join graphs", {
g1 <- BonferroniHolm(2)
g2 <- BonferroniHolm(3)
expect_warning(joinGraphs(g1, g2))
})
test_that("Testing subset graphs", {
graph <- improvedParallelGatekeeping()
subgraph(graph, c(TRUE, FALSE, TRUE, FALSE))
subgraph(graph, c("H1", "H3"))
expect_error(subgraph(graph, c(1,3)))
})
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.