question about layout_nicely

Hello,

is it possible to finde out what algorithm layout=layout_nicely chose for a particular network? That would be great, and enable one to replicate/compare the code with different network data.

All the best & thank you

The method it uses is covered in the documentation: igraph R manual pages

You can also read the source code (evaluate layout_nicely to see it) and verify the description in the docs is correct.