copy.edge {dynamicnetwork} | R Documentation |
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.
copy.edge(network1, edgeIDs, network2, time2 = NULL)
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 |
~~ If necessary, more details than the description above ~~
a the target network with the new edge added
skyebend@skyeome.net
~put references to the literature/web site here ~