Colors the nodes according to their centrality.
ctr_ml.RdColors the nodes according to their centrality.
Examples
g <- data ("mlnet_dstoolAB")
ctr_ml (g, ctr_type = "degree")
#> Error in ensure_igraph(graph): Must provide a graph object (provided wrong object type).
ctr_ml (g, ctr_type = "betweenness")
#> Error in ensure_igraph(graph): Must provide a graph object (provided wrong object type).
ctr_ml (g, ctr_type = "closeness")
#> Error in ensure_igraph(graph): Must provide a graph object (provided wrong object type).