socio_semantic_network: socio_semantic_network

Description Usage Arguments

View source: R/socio_semantic_network.R

Description

This function obtains the socio-semantic network

Usage

1
2
3
socio_semantic_network(co_authors_edges, keywords_mentions_cluster,
  layout = 1, legend, nodes_size = c(1:10), label_ratio = 0.1,
  custom_colors_nodes = NULL, custom_colors_clouds = NULL)

Arguments

co_authors_edges

Edges of co_authors from co_authors_network

keywords_mentions_cluster

Altmetric.com mentions with keywords data.frame from co_authors_network

layout

Name of layout algorithm (1-Auto, 2-Kamada-Kawai, 3-Fruchterman-Reingold, 4-DrL, 5-Nicely, 6-Components)

legend

Ordered vector with the names of the clusters

nodes_size

Vector with minimum and maximum value of the nodes

label_ratio

Ratio of the size of the node labels

custom_colors_nodes

Vector of colors for the nodes

custom_colors_clouds

Vector of colors for the clouds


Wences91/altanalysis documentation built on Jan. 2, 2021, 10:18 a.m.