This vignette explores basic graph animation with graphjs
. The basic animation idea defines the animation by a list of graphs and/or graph layouts.
Consider the LeMis
character co-occurrence graph included with the package. A static visualization using a force-directed vertex layout looks like:
library(threejs)
data(LeMis)
graphjs(LeMis, layout=layout_with_fr(LeMis, dim=3))