sigmaNet
sigmaNet copied to clipboard
Render igraphs from R using Sigma.js
I have an igraph attribute for each node that is a hex code. I would like to colour each node by it's corresponding hex code but it is not clear...
### Actual Behavior I have a directed igraph which I'd like to plot with sigmaFromIgraph. However, it seems that addEdgeArrows() has been taken out of the package. How would I...
Suppose I have below dataframe for nodes: Node ID xAxis yAxis Name City 1 0 10 20 John New York 2 1 11 21 Peter Paris 3 2 12 22...
### Actual Behavior Cannot render and apply node size based on degree with a network containing isolated nodes (degree = 0) ### Expected/Desired Behavior Node size based on degree should...
### What my pull improves (if applicable) #21 This is just something I would like to be able to do directly, rather than having to use the metric calculations with...
### Actual Behavior At the moment the `sizeMetric()` argument of `addNodeSize()` uses the default values from the available metric calculations that are defined in *igraph*. ### Expected/Desired Behavior It would...
Hi, First of all, thank you for this awesome package. I think it would be great if you could add a search option for the nodes (I am not much...