Description Usage Arguments Value Examples
Multi-dimensional scaling for author similarity
| 1 2 | get_mds_author_fits(num_authors, num_clusters, input_df,
  auth_vectors = AuthorVectors)
 | 
| num_authors | integer, number of authors | 
| num_clusters | intger, number of clusters to find | 
| input_df | dataframe of abstract information (e.g.,  | 
| auth_vectors | matrix of author vectors (e.g.,  | 
dataframe of abstract information with MDS coordinates and cluster information
| 1 2 | author_sims <- get_author_similarities(author_list[1])
author_MDS <- get_mds_author_fits(15,3,author_sims,AuthorVectors)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.