statnet / ndtv

ndtv: Network Dynamic Temporal Visualizations in R
https://cran.r-project.org/web/packages/ndtv/index.html
49 stars 5 forks source link

3d rendering of animation in x,y,t space #19

Open skyebend opened 8 years ago

skyebend commented 8 years ago

this would use compute.animation() to figure x,y coordinates, time as z, and probably use rgl::cylinder3d() to render the vertics as tubes stretching over time, quads3d() to render the edges as curved surfaces. perhaps rgl::planes3d() to render the time points