adjl_from_adjmat: From adjacency matrix to adjacency list

Description Usage Arguments Value See Also

View source: R/loader.R

Description

This function is able to transform a matrix of distances into an adjacency list that can be used for the analysis pipeline. Please remember that gen_progindex accepts only minimum spanning trees.

Usage

1

Arguments

adj_m

Input matrix (adjacency matrix).

Value

A list of three elements: degree list, connectivity matrix and weights.

See Also

gen_progindex, mst_from_trj.


CampaR1 documentation built on May 30, 2017, 2:51 a.m.