copy.edge {dynamicnetwork}R Documentation

copy sets of edges between networks

Description

Creates edges in the target network with vertex sets and attributes corresponding to the edges with given ids in the source network. If the first network is not dynamic, the second network is, and no time is specified, the times will be copied as well.

Usage

copy.edge(network1, edgeIDs, network2, time2 = NULL)

Arguments

network1 network1 source network
edgeIDs edgeIDs ids of of edges in the source network
network2 network2 the target network
time2 time2 if the the target network is dynamic, the time to be assigned to the edges

Details

~~ If necessary, more details than the description above ~~

Value

a the target network with the new edge added

Author(s)

skyebend@skyeome.net

References

~put references to the literature/web site here ~

See Also

add.edge.dynamic

Examples



[Package dynamicnetwork version 0.0-4 Index]