Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ryehSay you have the following data:
From, To, Amount
123, 456, $10000
123, 789, $10000
456, 369, $10000
789, 369, $10000
369, 258, $20000
258, 123, $20000
147, 369, $30000
789, 147, $50000
The data shows transactions flowing between accounts, but it's hard to "see." That was the question posed by Michelle Lam - how can we generate network visualization with/from Lavastorm?
Adrian Williams realized that of the many available options, one easy one is the R-package called 'igraph'. Here's a nice description of it:
https://rulesofreason.wordpress.com/...graph-package/
So here's an example of how we can leverage the R node in Lavastorm. For more information on setting up R, see this
link (right hand side).
network.jpg
Attachment 846
Attachments: