tests/testthat/test_as.graph.R

test_that("as.graph works", {
  h <- hypergraph_from_edgelist(list(letters[1:4],letters[3:7]))
  g <- as.graph(h)
  expect_equal(gorder(g), horder(h))
  expect_equal(gsize(g), 15)

})

Try the HyperG package in your browser

Any scripts or data that you put into this service are public.

HyperG documentation built on March 4, 2021, 5:06 p.m.