tests/testthat/_snaps/layout.md

layout_with_fr() deprecated argument

Code
  l <- layout_with_fr(g, niter = 50, start.temp = sqrt(10) / 10, coolexp = 1,
  maxdelta = 1, area = 1, repulserad = 1)
Condition
  Warning:
  The `coolexp` argument of `layout_with_fr()` is deprecated as of igraph 0.8.0.
  Warning:
  The `maxdelta` argument of `layout_with_fr()` is deprecated as of igraph 0.8.0.
  Warning:
  The `area` argument of `layout_with_fr()` is deprecated as of igraph 0.8.0.
  Warning:
  The `repulserad` argument of `layout_with_fr()` is deprecated as of igraph 0.8.0.

layout_with_kk() deprecated arguments

Code
  l <- layout_with_kk(g, maxiter = 50, coords = layout_in_circle(g), niter = 1,
  sigma = 1, initemp = 1, coolexp = 1)
Condition
  Warning:
  The `niter` argument of `layout_with_kk()` is deprecated as of igraph 0.8.0.
  Warning:
  The `sigma` argument of `layout_with_kk()` is deprecated as of igraph 0.8.0.
  Warning:
  The `initemp` argument of `layout_with_kk()` is deprecated as of igraph 0.8.0.
  Warning:
  The `coolexp` argument of `layout_with_kk()` is deprecated as of igraph 0.8.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.