Learn R Programming

JSTORr (version 1.0.20161214)

JSTOR_lda_docdists: Calculate Euclidean distances between documents

Description

Generates a dendrogram of document clusters, a network plot of document-document relationships, and a graphml file to open with Gephi. For use with JSTOR's Data for Research datasets (http://dfr.jstor.org/).

Usage

JSTOR_lda_docdists(lda)

Arguments

lda
the object returned by the function JSTOR_lda.

Value

Returns plots of the document clusters and network and a graphml file in the working directory that can be opened with Gephi

Examples

Run this code
## JSTOR_lda_docdists(lda = lda150) 

Run the code above in your browser using DataLab