powered by
WoMNetwork
This class represents an average random graph.
size
(numeric) The number of consumers in the network.
avgConnections
(numeric) Average number of connections per consumer.
Objects can be created by calls of the form new("WoMNetwork", ...). This S4 class describes WoMNetwork objects.
new("WoMNetwork", ...)
Michael Scholz michael.scholz@th-deg.de
Thomas Woehner Thomas.Woehner@eah-jena.de
Ralf Peters ralf.peters@wiwi.uni-halle.de
network <- new("WoMNetwork", size = 1000, avgConnections = 5) print(network)
Run the code above in your browser using DataLab