An S4 class that represents the network of a collection of documents. This object stores the meta-data for the social/print network of a corpus.
directoryA string that holds the full path to the corpus' files.
indexA data.frame with the corpus' metadata.
edgesA data.frame that stores the connections
between documents and people. In the format
name,TCP. Can include more fields.
personsA data.frame that stores the authoritative
names and roles for each person in the network.
ID, Role.
graphAn igraph object that holds the graph
of the corpus that is derived from edges.
communitiesA communities object that stores the
community data derived from graph.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.