RssSuggestedNetwork {dils} | R Documentation |
A longer description of the function. This can be perhaps a paragraph, perhaps more than one.
RssSuggestedNetwork(g, rss, q.impute.above = 0.8)
g |
Object type, then description of |
rss |
Object type, then description of |
q.impute.above |
Object type, then description of
|
list
g.imputed |
|
g.new |
|
g.original |
original graph |
q.impute.above |
quantile of RSS scores above which links should be imputed |
frac.filled |
fraction of potential links that were actually filled with a new link |
Stephen R. Haptonstahl srh@haptonstahl.org
g <- graph.atlas(128) ## Not run: plot(g) suggested <- RssSuggestedNetwork(g, q.impute.above=.6) ## Not run: plot(suggested$g.imputed) suggested$frac.filled