Makes a network family unique.
Removes networks that are equal or equivalent to networks already in the network family.
## S3 method for class 'networkfamily' unique(x,incomparables=FALSE,equi=FALSE,timetrace=FALSE,epsilon=1e-12,...)
x |
an object of class |
incomparables |
a logical, but has no effect. |
equi |
a logical. If |
timetrace |
a logical. If |
epsilon |
a numeric, which measures how close network scores are allowed to be from each other to be 'equivalent'. |
... |
further arguments (no effect) |
Susanne Gammelgaard Bottcher,
Claus Dethlefsen rpackage.deal@gmail.com.
data(rats) rats.nwf <- networkfamily(rats) rats.nwf2<- unique(getnetwork(rats.nwf),equi=TRUE)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.