fa2: ForceAtlas2 An R wrapper around the Python implementation of...

View source: R/forceatlas2.R

fa2R Documentation

ForceAtlas2 An R wrapper around the Python implementation of ForceAtlas2 found at https://github.com/bhargavchippada/forceatlas2 Currently a very restricted version

Description

ForceAtlas2

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

Currently a very restricted version

Usage

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


milescsmith/ReductionWrappers documentation built on March 25, 2023, 11:58 a.m.