ndtv
ndtv copied to clipboard
ndtv: Network Dynamic Temporal Visualizations in R
emedding ndtv-d3 animation via base-64 encoded iframe src attribute not working in Internet Explorer
(imported from statnet trac ticket #1161) the embedded animations in this page do not display http://statnet.csde.washington.edu/workshops/SUNBELT/current/ndtv/ndtv-d3_vignette.html Tested in both IE9 and IE11. (regular animations work fine in IE11) Perhaps should...
(imported from statnet trac ticket #770) This came up with some work Jimi Adams was doing, probably would be useful for others as well. Example below only works if vertices...
(migrated from statnet ticket #734) would be nice to have a pure-R solution for doing tree layouts ### comment:1 Changed 7 months ago by skyebend looks like igraph layout code...
(migrated from statnet trac ticket #679) would be really cool to be able to have this working with another package ### 2 years ago Corresponded with Christian about this, code...
currently just accepts attribute names, but would be nice if it was a functional attribute so could do things like log(weight+1) ### comment: Changed 7 months ago by skyebend looks...
(migrated from statnet trac ticket #662)
(transfered from statnet trac ticket #625) as per Li's lovely example: https://statnet.csde.washington.edu/trac/attachment/wiki/Vital%20Dynamic/vital%20sim.pdf this _is_ implemented for the rectangles used to indicate the `slice.par` values on the timeline
(transfered from statnet trac issue #492) I've got code to reconstruct the wals movie, but seems like it would take two days to finish the ndtv layout and rendering. Seems...
(transfered from statnet trac ticket #483) would be great to be able to do the 'flip-book' style animation, where we layout the network using the entire set of edges (weighted...
(transfered from statnet trac ticket #326) This blog post lists a number of other packges for doing MDS, including SMACOF http://gastonsanchez.wordpress.com/2013/01/23/7-functions-to-do-metric-multidimensional-scaling-in-r/ maybe one of them will include a fast c...