View source: R/co_keywords_network.R
This function gets the keywords and keywords mentions from altmetric_keywords and obtains a co-occurrence network of keywords. It returns a list wit two data.frame that correspond to the nodes and edges of the network.
1 2 | co_keywords_network(keywords, keywords_mentions, binary = TRUE,
min_co = 1)
|
keywords |
Keywords data.frame from altmetric_keywords |
keywords_mentions |
Altmetric.com mentions with keywords from altmetric_keywords |
binary |
Boolean that indactes if the occurrence count carried is binary or not |
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.