tosSAP {tosr} | R Documentation |
SAP algorithm for tree of science
Description
Compute tree of science using SAP algorithm. see: https://revistas.unal.edu.co/index.php/ingeinv/article/view/77718/0
Arguments
graph |
A graph object with bibliometrix data obtained from function tosr_load |
df |
Bibliometrix data frame obtained from function tosr_load |
nodes |
Dataframe with nodes atributes obtained from function tosr_load |
Value
Dataframe with tree of science
Author(s)
Sebastian Robledo
Examples
## Not run:
my_tos <- tosSAP(my_tos_load$graph, my_tos_load$df, my_tos_load$nodes)
## End(Not run)
[Package tosr version 0.1.4 Index]