powered by
Visualising graphs and identifying nodes with maximum values of the specified measure.
ggidentify(object, node_measure, identify_function = max)
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) # }
Run the code above in your browser using DataLab