ForceAtlas2

An R wrapper around the Python implementation of ForceAtlas2 found at https://github.com/bhargavchippada/forceatlas2

Currently a very restricted version

fa2(init_pos, adjacencies, iterations = 500, ...)

Arguments

init_pos

Array of initial positions, i.e. PCA or PAGA embeddings

adjacencies

A graph in 2D format

iterations

Number of times to iterate the main loop

...

Additional arguments to pass to the forceatlas2 object instantiation