Learn R Programming

GNAR (version 1.0)

igraphtoGNAR: Converts an igraph to GNAR network

Description

Converts an 'igraph' to the GNARnet form for use as an input to GNAR functions.

Usage

igraphtoGNAR(ig)

Arguments

ig

an 'igraph' object.

Value

igraphtoGNAR returns a GNARnet: a list with elements $edges and $dist.

Details

The values in the $dist list are the reciprocal of the values from the weighted adjacency matrix.

Examples

Run this code
# NOT RUN {
#Convert fiveNet to igraph and back again
igraphtoGNAR(GNARtoigraph(fiveNet))
# }

Run the code above in your browser using DataLab