Learn R Programming

RNewsflow (version 1.2.4)

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)

Arguments

el

An RNewsflow_edgelist object, as created with compare_documents.

Value

A network/graph in the igraph class

Examples

Run this code
# NOT RUN {
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