Hacker News new | ask | show | jobs
by thomasp85 3396 days ago
Depending on the number of time points you can use the facetting functions in ggraph to create small multiples
2 comments

Sacha Epskamp's tutorial has a nice section on this:

http://sachaepskamp.com/files/Cookbook.html

Also the section on penalized Ising models is great, I haven't seen anything else like it.

About 10,000 relations, each with a unique point in time. Looks like the facet isn't quite what I want.
You can of course animate it like this https://twitter.com/thomasp85/status/694905779539812352 but a static representation is often easier to interogate. I would try to bin the time points and facet on them...