stocnet / manynet

Many Ways to Make, Manipulate, and Map Myriad Networks
https://stocnet.github.io/manynet/
Other
12 stars 0 forks source link

Should be able to assign colours to all nodes, e.g. `node_color = "green"` in `graphr()` #73

Closed jhollway closed 4 months ago

jhollway commented 5 months ago

network::is.color(node_color) might be useful to recognise when strings can be colors

henriquesposito commented 4 months ago

This issue was caused by the changes in latest releases with how variable mapping is done in graphr(). This should be fixed now.