spat_closeness_change_graph: Graph Closeness Rank change

View source: R/SpatialClosenessGraph.R

spat_closeness_change_graphR Documentation

Graph Closeness Rank change

Description

This function creates the graph of spatial closeness rank change between alpha values. Seems to not work if modying only from_alpha or to_alpha

Usage

spat_closeness_change_graph(graph, transparency = TRUE, from_alpha = 0,
  to_alpha = 1, step = 0.05)

Arguments

graph

igraph object with V(g)$X and V(g)$Y having the X and Y co-ordinates of each node

from_alpha

specifies start alpha value of spatial closeness calculation. Defaults to 0

to_alpha

specifies end alpha value of spatial closeness calculation. Defaults to 1

step

species the interval at which the alpha values are to be calculated. Defaults to 0.05

tranparency

specifies whether lines in the graph are highlighted according to the maximum rank changes. Defaults to TRUE

Examples

spat_closeness_change_graph()

diptosarkar/SpatNet documentation built on April 19, 2022, 9:15 a.m.