Last data update: 2014.03.03

Data Source

R Release (3.2.3)
CranContrib
BioConductor
All

Data Type

Packages
Functions
Images
Data set

Classification

Results 1 - 10 of 18 found.
[1] < 1 2 > [2]  Sort:

transmissionTimeline (Package: ndtv) :

Plots view of a network with positions determined by the timing and generation depth (previously calculated) in a transmission tree. The horizontal axis is model time, and the vertical axis is the number of steps from the root of the tree.
● Data Source: CranContrib
● Keywords:
● Alias: transmissionTimeline
● 0 images

effectFun (Package: ndtv) :

Functions that can return appropriate graphic attributes (i.e. color interpolation) based on properties of the network (ages of edges,etc)
● Data Source: CranContrib
● Keywords:
● Alias: effect.edgeAgeColor, effect.vertexAgeColor, effectFun, effects
● 0 images

install.graphviz (Package: ndtv) :

The network.layout.animate.Graphviz layout provides an interface for calling the various layouts provided by the Graphviz library (http://www.graphviz.org) if it is installed on your system. Since Graphviz is not an R package, you must manually install it on your system to get it to work.
● Data Source: CranContrib
● Keywords:
● Alias: install.graphviz
● 0 images

render.d3movie (Package: ndtv) :

Exports a self-contained HTML file including an SVG animation of the networkDynamic object and displays it in a web browser. See render.animation for details of animation construction.
● Data Source: CranContrib
● Keywords:
● Alias: render.d3movie
● 0 images

timeline (Package: ndtv) :

Produces a ‘phase plot’ or timeline showing the durations of the activity spells in a networkDynamic object. Spells are traced out horizontally, with all the activity for each element (vertex or edge) in a single row.
● Data Source: CranContrib
● Keywords:
● Alias: timeline
● 0 images

ndtv-package (Package: ndtv) :

Construct visualizations such as timelines and animated movies of networkDynamic objects to show changes in structure and attributes over time.
● Data Source: CranContrib
● Keywords: package
● Alias: ndtv, ndtv-package
● 0 images

export.pajek.net (Package: ndtv) :

A basic tool for exporting a network as a Pajek http://pajek.imfm.si/doku.php?id=pajek .net format text file.
● Data Source: CranContrib
● Keywords: IO
● Alias: export.pajek.net
● 0 images

ndtvAnimationWidget (Package: ndtv) :

Wrapper functions to provide ndtv-d3 animation as an htmlwidgetfor use within an RStudio "shiny" web application. These functions are not normally called by R users directly. For example shiny app template code please see the 'server.R' and 'ui.R' files at https://github.com/statnet/ndtv/tree/master/htmlWidgetShinyTest
● Data Source: CranContrib
● Keywords:
● Alias: ndtvAnimationWidget, ndtvAnimationWidgetOutput, renderNdtvAnimationWidget
● 0 images

network.layout.animate (Package: ndtv) :

The network.layout.animate.* layouts are often adaptations or wrappers for existing static layout algorithms with some appropriate presets. They all accept the coordinates of the ‘previous’ layout as an argument so that they can try to construct a suitably smooth sequence of node positions. Usually these layouts are not called directly and instead selected by specifying the appropriate animation.mode argument to compute.animation
● Data Source: CranContrib
● Keywords:
● Alias: network.layout.animate.Graphviz, network.layout.animate.MDSJ, network.layout.animate.kamadakawai, network.layout.animate.useAttribute
● 0 images

layout.center (Package: ndtv) :

The layout.center function takes a matrix of coordinates and an x- and y-coordinate range and centers the input coordinates within the range.
● Data Source: CranContrib
● Keywords:
● Alias: layout.center, layout.normalize
● 0 images