adjacency_to_paths: Given adjacency matrix input, returns a list of simple paths...

View source: R/column_orderings.R

adjacency_to_pathsR Documentation

Given adjacency matrix input, returns a list of simple paths that are not a strict subset of another simple path.

Description

Given adjacency matrix input, returns a list of simple paths that are not a strict subset of another simple path.

Usage

adjacency_to_paths(adj_mat)

Arguments

adj_mat

Adjacency matrix output from column_ordering_matrix().


jedwards24/jemisc documentation built on Oct. 23, 2022, 10:17 p.m.