compfr: Computation of a two dimensional Fruchterman-Rheingold representation
Description
This functions performs the computation of a Fruchterman-Rheingold graph layout based on an adjacency matrix derived
from the distance object in slot distances using the igraph package.
Usage
compfr(object, knn = 10, rseed = 15555)
Value
SCseq object with layout coordinates stored in slot fr.
Arguments
object
SCseq class object.
knn
Positive integer number of nearest neighbours used for the inference of the Fruchterman-Rheingold layout. Default is 10.
rseed
Integer number. Random seed to enforce reproducible layouts.