powered by
Return a matrix with the number of relationships within and between spatial units (e.g., layers).
frag.relations.by.layers(graph, layer.attr)
A square matrix with the number of connection relationships within and between spatial units.
An igraph object.
igraph
Character. The name of the vertices attribute giving the spatial unit of each fragment.
Sebastien Plutniak <sebastien.plutniak at posteo.net>
This function is a useful method to summarise the distribution of connection relationships within and between spatial units (e.g., layers).
g <- frag.simul.process(n.components=20, vertices=50, disturbance=.15) frag.relations.by.layers(g, "layer")
Run the code above in your browser using DataLab