Nothing
test_that("over_waves works", {
res <- over_waves(manynet::fict_potter, manynet::net_components)
# expect_equal(unname(unlist(c(res))), c(48,52,57,43,54,64))
})
test_that("over_membership works", {
res <- over_membership(fict_potter, manynet::net_assortativity,
membership = node_in_regular(fict_potter))
expect_equal(unname(unlist(c(res))), c(0.490201713,NaN))
})
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.