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 30 found.
[1] < 1 2 3 > [3]  Sort:

network.extensions (Package: networkDynamic) : Dynamically Extended Core Network Functions

Various core functions from the network package, with specialized extensions for handling dynamic data.
● Data Source: CranContrib
● Keywords: ~kwd1, ~kwd2
● Alias: get.edgeIDs.active, get.edges.active, get.neighborhood.active, is.adjacent.active, network.dyadcount.active, network.edgecount.active, network.extensions, network.naedgecount.active, network.size.active
● 0 images

as.network.networkDynamic (Package: networkDynamic) :

Changes the class of a networkDynamic object to a plain network object while leaving all attributes (including dynamic attributes) intact.
● Data Source: CranContrib
● Keywords:
● Alias: as.network.networkDynamic
● 0 images

net.obs.period (Package: networkDynamic) :

net.obs.period is an optional network-level attribute that gives meta-information about the characteristics of the observations, time range and temporal model of a networkDynamic object.
● Data Source: CranContrib
● Keywords:
● Alias: net.obs.period
● 0 images

spells.overlap (Package: networkDynamic) :

spells.overlap checks if two spells overlap at all, spells.hit searches a spell matrix for an overlapping spell
● Data Source: CranContrib
● Keywords:
● Alias: search.spell, spells.hit, spells.overlap
● 0 images

add.methods (Package: networkDynamic) :

The methods (add.vertices.networkDynamic, add.edge.networkDynamic, add.edges.networkDynamic) override their network-package counterparts in order to permit assigning persistent.ids to newly-added elements if the pid is defined. They can be defined by the user with the vertex.pids argument, or, if not specified, a unique random id will be generated. (Note that any new values added by default to a vertex.names pid will not be numeric.)
● Data Source: CranContrib
● Keywords:
● Alias: add.edge.networkDynamic, add.edges.networkDynamic, add.vertices.networkDynamic
● 0 images

get.timing.info (Package: networkDynamic) : Retrieve the timing information present in a networkDynamic.

These methods return either the activity spells of each vertex or edge or the unique time points at which edges and vertices become active or inactive.
● Data Source: CranContrib
● Keywords:
● Alias: get.change.times, get.edge.activity, get.vertex.activity
● 0 images

read.son (Package: networkDynamic) :

A .son file is a tab-separated text file with two sections, the first describing node attribute events and the second arc attribute events. Each section has a set of defined column names as a header. See the SoNIA file specification for more information: http://sourceforge.net/apps/mediawiki/sonia/index.php?title=Son_format.
● Data Source: CranContrib
● Keywords: IO, files, graphs, utilities
● Alias: read.son
● 0 images

persistent.ids (Package: networkDynamic) :

Persistent ids (pids) are unique values attached to vertices or edges which remain unchanged throughout network manipulation and extraction processes. The “vertex.pid” of a vertex is an overall data-set id, unlike the “vertex.id” which is an index dependent on network size. These functions provide ways to look up vertex.pids from vertex.ids (and the other way around) and also provide necessary modifications to some standard network functions to safely work with pids.
● Data Source: CranContrib
● Keywords:
● Alias: edge.pid.check, get.edge.id, get.edge.pid, get.vertex.id, get.vertex.pid, initialize.pids, persistent.ids, vertex.pid.check
● 0 images

networkDynamic (Package: networkDynamic) :

Converts various forms of temporal data (spell matrices, togles, lists of networks ) describing dynamics of vertices and edges into networkDynamic objects.
● Data Source: CranContrib
● Keywords:
● Alias: networkDynamic
● 0 images

add.vertices.active (Package: networkDynamic) :

Convenience functions for adding a set of verticies (or edges) and setting them to be active in a single call
● Data Source: CranContrib
● Keywords:
● Alias: add.edges.active, add.vertices.active
● 0 images