dynamicnetwork-package | Classes for Dynamic Relational Data |
add.edge.dynamic | adds an edge to a dynamic network with starting and ending times |
as.dynamic | generic method for converting objects to dynamic networks |
as.dynamic.changelist | converts a matrix of edge changes into a dynamic network |
as.dynamic.intervals | Convert sets of valid intervals into dynamic network |
as.dynamic.list | convert a list of static networks into a dynamic network |
as.dynamic.network | Convert networks or sets of networks into dynamic network |
as.dynamic.network.series | Convert a network.series or list of networks into dynamic network |
as.network.dynamic | coearce dynamicnetwork into static network |
as.static.network | coearce dynamicnetwork into static network |
colorize | Function to map colors to variable values |
copy.edge | copy sets of edges between networks |
dynamicnetwork | Class for representing longitudinal networks |
get.edge.end | read or modify the times assigned to an exisiting edge |
get.edge.start | read or modify the times assigned to an exisiting edge |
get.edgeIDs.at | get edges active at a specific time |
get.edgeIDs.before | get the id of the most recent edge active before a time |
get.edges.difference | get ids of edges occuring in both networks |
get.edges.intersection | finds edges in second network that are also in the first |
get.edges.spellmatrix | get the edge timing information in spellmatrix form |
get.matching.edgeIDs | returns edges in second network that match the id in the first |
get.slice.network | creates a network object that appropriately represents the dynamic network for the specified time period |
get.spells.for | get the valid intervals for a neighborhood or node pair |
get.time.bounds | find the bounding time interval for a dynamic network |
hiliteColor | Maps boolean values to red and black color names |
is.dynamic | check if a network object is a dynamic network |
is.dynamic.edge.attribute | Checks if an attribute is dynamic |
is.dynamic.vertex.attribute | Checks if an attribute is dynamic |
is.network.static | checks that a network is not dynamic |
plot.dynamic | plot snapshots of a dynamic network |
plot.intervals | plots valid intervals as a timeline |
print.dynamic | prints a dynamicnetwork object to console in summary form |
remap.id | translates an id to an id in a subsample |
set.dynamic.edge.attribute | add dynamic attributes to edges |
set.dynamic.vertex.attribute | set an attribute in a dynamic network at a specific time |
set.edge.end | read or modify the times assigned to an exisiting edge |
set.edge.start | read or modify the times assigned to an exisiting edge |