
Last chance! 50% off unlimited learning
Sale ends in
Visualising graphs and identifying nodes with maximum values of the specified measure.
ggidentify(object, node_measure, identify_function = max)ggdistrib(object, node_measure)
a migraph-consistent object
some arbitrary function that runs on the object and returns a numeric vector that can be used to scale the nodes
a function for the identification of a single node, e.g. max, min, mean, etc.
# NOT RUN {
ggidentify(brandes, node_degree)
ggidentify(brandes, node_betweenness)
ggidentify(brandes, node_closeness)
ggidentify(brandes, node_eigenvector)
ggdistrib(brandes, node_degree)
ggdistrib(brandes, node_betweenness)
ggdistrib(brandes, node_closeness)
ggdistrib(brandes, node_eigenvector)
# }
Run the code above in your browser using DataLab