Learn R Programming

RNewsflow (version 1.2.6)

as_document_network: Create a document similarity network

Description

This function can be used to structure the output of the compare_documents function as an igraph network.

Usage

as_document_network(el)

Value

A network/graph in the igraph class

Arguments

el

An RNewsflow_edgelist object, as created with compare_documents.

Examples

Run this code
dtm = quanteda::dfm_tfidf(rnewsflow_dfm)
el = compare_documents(dtm, date_var='date', hour_window = c(0.1, 36))

g = as_document_network(el)
g

Run the code above in your browser using DataLab