tests/testthat/_snaps/trees.md

subgraph.edges deprecation

Code
  subgraph.edges(g, edges, delete.vertices = FALSE)
Condition
  Warning:
  `subgraph.edges()` was deprecated in igraph 2.1.0.
  i Please use `subgraph_from_edges()` instead.
Output
  IGRAPH U--- 13 11 -- 
  + attr: name_1 (g/c), name_2 (g/c), loops_1 (g/l), loops_2 (g/l)
  + edges:
   [1]  1-- 2  1-- 8  3-- 6  3-- 8  4-- 5  5-- 7  6-- 7  9--11  9--13 10--13
  [11] 12--13


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.