WoMNetwork-class: Class 'WoMNetwork'

Description Slots Objects from the Class Author(s) Examples

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

1
2
network <- new("WoMNetwork", size = 1000, avgConnections = 5)
print(network)

WordOfMouth documentation built on Oct. 4, 2021, 5:08 p.m.