WoMNetwork-class {WordOfMouth} | R Documentation |
Class WoMNetwork
Description
This class represents an average random graph.
Slots
size
(numeric) The number of consumers in the network.
avgConnections
(numeric) Average number of connections per consumer.
Objects from the Class
Objects can be created by calls of the form
new("WoMNetwork", ...)
. This S4 class describes WoMNetwork
objects.
Author(s)
Michael Scholz michael.scholz@th-deg.de
Thomas Woehner Thomas.Woehner@eah-jena.de
Ralf Peters ralf.peters@wiwi.uni-halle.de
Examples
network <- new("WoMNetwork", size = 1000, avgConnections = 5)
print(network)
[Package WordOfMouth version 1.1.0 Index]