R/forceatlas2.R
fa2.Rd
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, ...)
Array of initial positions, i.e. PCA or PAGA embeddings
A graph in 2D format
Number of times to iterate the main loop
Additional arguments to pass to the forceatlas2 object instantiation