tosSAP: SAP algorithm for tree of science

View source: R/tosSAP.R

tosSAPR 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

Usage

tosSAP(graph, df, nodes)

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)

tosr documentation built on Aug. 9, 2023, 5:10 p.m.