A matrix or data frame structured as a list of edges
undirected
Declares if the net is directed or not (does de diference)
order.edgelist
Wether to sort the resulting matrix or not
Value
A three column data.frame with colnames source, target reps.
Details
check.dpl.edges looks for duplicated edges reporting duplicates and counting how many times each edge is duplicated.
For every group of duplicated edges only one will be accounted to report number of instances (which will be recognized with a value higher than 2 in the reps column), the other ones will be assigned a -1 at the reps value.
Function is mainly written in C, so speed gains are important.