Rdocumentation
powered by
Learn R Programming
deal (version 1.1-2)
nwfunique: Thin a list of networks
Description
Throw away doubles or even equivalent networks from list.
Usage
nwfunique(nwf,equi=FALSE,timetrace=FALSE,epsilon=1e-12)
Arguments
nwf
Networkfamily
equi
If T, also equivalent networks are thrown out (ie if their score is within epsilon from another network)
timetrace
For timing purposes.
epsilon
Closeness of equivalent networks.
References
Further information about
Deal
can be found at:
http://www.math.auc.dk/novo/deal
.