How to dynamically assign border color using geom_node_circle?
I’m trying to change the borders of nodes in ggraph using geom_node_circle. I want to set the border colors based on a mapping between the names of the nodes and the colors that I supply for the names. I know that the parameter to change the border is colour. Make graph for example: df <-… Read More How to dynamically assign border color using geom_node_circle?