In my use case, I'd prefer to have the colors not being related to hop distance from the central (most connected) function, but to file name (the R files).
At a later stage: Maybe other users might want to have a different colouring; maybe, if issue #1 is solved, a workflow could be:
- create a vanilla chart
- possibly move some nodes
- save that chart as a data.frame or list, including current colors in a field or slot
- update the colors in the field or slot (manual R commands, based on user logic; may some users will use regex on folder of file names)
- redraw the same chart with the new colors
In my use case, I'd prefer to have the colors not being related to hop distance from the central (most connected) function, but to file name (the R files).
At a later stage: Maybe other users might want to have a different colouring; maybe, if issue #1 is solved, a workflow could be: