View source: R/frag.relations.by.layers.R
frag.relations.by.layers | R Documentation |
Return a matrix with the number of relationships within and between spatial units (e.g., layers).
frag.relations.by.layers(graph, layer.attr)
graph |
An |
layer.attr |
Character. The name of the vertices attribute giving the spatial unit of each fragment. |
This function is a useful method to summarise the distribution of connection relationships within and between spatial units (e.g., layers).
A symmetrical matrix with the number of connection relationships within and between the spatial units.
Sebastien Plutniak <sebastien.plutniak at posteo.net>
g <- frag.simul.process(n.components=20, vertices=50, disturbance=.15) frag.relations.by.layers(g, "layer")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.