Description Usage Arguments Value Examples
this function read data processed with Overlay Data 3 and then plots an overlaid map according several configurations
1 2 3 4 5 | overlay_producers(data_to_use, nodes, producers = NULL, id_producers = NULL,
pl_base = TRUE, pl_base_mst = TRUE, pl = TRUE, pl_roc = TRUE,
pl_min_dens = 0.15, pl_node_sc = 2.5, pl_min_size = 0.7,
pl_num_lab = 5, rs_to_eval = NULL, rs_mean_degree = 4, cex = 1,
pl_w_pdf = FALSE, pl_seed = 69, dens_links = "all")
|
data_to_use |
Data computed previously with get_data_to_overlay(). |
nodes |
a data frame with all information of nodes. It must be the same used by rs_to_eval |
pl_base |
plot |
pl_base_mst |
plot base with mst |
pl |
To plot or not to plot, |
pl_roc |
to plot or not to plot roc curve |
rs_to_eval |
An iGraph to overlay on data |
dens_links |
dens_links Which links to use in the evaluation of density. 'all' 'bench' just links in benchmark, 'filter' for filtered links |
produces |
a data frame with information of producers. It must include columns id and name |
what_eval |
name of the column of the dataframe data_to_use to use in the evaluation |
min_to_grw |
minimum value to define the stat growing |
min_to_dev |
minimum value to define the state of developing |
pl_min_size=0.7, |
a Data Frame to overlay.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.