plot_rs: Plot Research Space

Description Usage Arguments Value Examples

Description

this function takes a MATRIX OF ADJACENCY of a research space previously created with function create_rs() in order to filter it and plot it Use i.e:rs_sim_pr_1987_2014_n_-1_aw_0_jf_0_awjf_0.75_min_prod_0, rs_sim_pr_2000_2009_n_-1_aw_0_jf_0_awjf_0.75_min_prod_0

Usage

1
2
plot_rs(map = NULL, mean_degree = 4, mst = TRUE, pl_seed = 1,
  prop_to_lab = 0.2, cex = 1, pl = FALSE, pl_mst = FALSE)

Arguments

mean_degree

a number of degree to filter links

mst

if TRUE it adds links of the Minimum Spanning Tree

pl_seed

the seed to plot

prop_to_lab

proportion to label a vertex

pl

if False it will not plot the map

pl_mst

to plot or not to plot the MST alone

path_rs

a path to the file containing the research space

Value

an iGraph.

Examples

1

mguevara/rescinnet documentation built on July 7, 2019, 12:45 a.m.