Learn R Programming

circlize (version 0.4.10)

adjacencyList2Matrix: Convert adjacency list to adjacency matrix

Description

Convert adjacency list to adjacency matrix

Usage

adjacencyList2Matrix(lt, square = FALSE)

Arguments

lt

a data frame which contains adjacency list.

square

is the returned matrix a square matrix?

Details

Convert adjacency list to adjacency matrix.

Examples

Run this code
# NOT RUN {
# There is no example
NULL

# }

Run the code above in your browser using DataLab