Description Usage Arguments Value Examples
View source: R/get_author_similarities.R
Compute Similarities between one author, and all other authors
1 2 | get_author_similarities(a_name, auth_vectors = AuthorVectors,
authors = author_list)
|
a_name |
character, name of an author |
auth_vectors |
matrix of semantic vectors for each author |
authors |
character vector of all author names |
dataframe of similarities between target author and all other authors
1 | sims <- get_author_similarities(author_list[1])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.