View source: R/co_authors_network.R
This function gets the keywords and clusters data.frame and keywords mentions from altmetric_keywords and obtains a co-occurrence network of authors. It returns a list wit three data.frame: two of them correspond to the nodes and edges of the network and other one with mentions data.frame with clusters.
1 | co_authors_network(clusters, keywords_mentions, min_co = 1)
|
clusters |
A data.frame with all keywords and their clusters |
keywords_mentions |
Altmetric.com mentions with keywords from altmetric_keywords |
min_co |
To filter the network on the basis of a minimum of co-occurrences |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.