dwww Home | Show directory contents | Find package

context("bridges")

test_that("bridges works", {
  g <- make_graph("krackhardt_kite")
  expect_that(sort(as.vector(bridges(g))), equals((ecount(g)-1):(ecount(g))))
})

Generated by dwww version 1.15 on Sat May 18 13:36:19 CEST 2024.