Description Usage Arguments Value Examples
Gets keywords, DOIs, alpha values and exemplary articles for a topic. Originally written by Andrew Goldstone. For use with JSTOR's Data for Research datasets (http://dfr.jstor.org/).
1  | JSTOR_MALLET_topicinfo(x, n, threshold = 0.3)
 | 
x | 
 the object returned by the function JSTOR_unpack.  | 
n | 
 the topic number to get information about (starts at 1)  | 
threshold | 
 proportion of topic required for a document to be considered exemplary of that topic  | 
Returns a list that includes top words, alpha value, and top articles for the selected topic
1  | ## info <- JSTOR_MALLET_topicinfo(x = unpack, n = 1)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.