Nothing
test_that("iea_model works", {
A <- matrix(c(1, 1, 0,
1, 2, 2,
0, 2, 0),
nrow = 3, ncol = 3)
res <- iea_model(adj = A , type = 'graph', model = 'IEAS', K = 0, apx = FALSE)
expect_equal(res$nr.multigraphs,462)
})
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.