GNARtoigraph returns an 'igraph' object with weights as the inverse distances of the input network.
Arguments
net
a GNARnet object containing $edges and dist.
stage
the neighbour set that the adjacency matrix is created for.
normalise
whether to normalise each to non-zero row to have sum one.
Details
With normalisation this is a non-invertible transform. See NofNeighbours for neighbour set definition. See is.GNARnet for GNARnet object information and example construction.