fa2 | R Documentation |
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, ...)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.