Skip to contents

Returns metrics currently supported in the analysis.

Usage

supported_metrics()

Value

vector of supported metrics.

See also

Other metrics: nn_sum()

Examples

supported_metrics()
#> [1] "betweeness"               "node_strength"           
#> [3] "sum_of_nearest_neighbors" "eigenvector_centrality"  
#> [5] "closeness"                "degree"                  
#> [7] "page_rank"