tests/testthat/_snaps/paths.md

radius() works -- lifecycle

Code
  radius(g, "out")
Condition
  Warning:
  The `...` argument of `radius()` is deprecated as of igraph 2.1.0.
  i The argument `mode` must be named.
Output
  [1] 0

eccentricity() works -- lifecycle

Code
  eccentricity(g, vids = V(g), "out")
Condition
  Warning:
  The `...` argument of `eccentricity()` is deprecated as of igraph 2.1.0.
  i The argument `mode` must be named.
Output
   [1] 3 2 1 1 1 0 0 0 0 0


Try the igraph package in your browser

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

igraph documentation built on Oct. 20, 2024, 1:06 a.m.