sccore (version 0.1.2)

adjacent_vertex_weights: List of adjacent vertex weights from igraph object

Description

List of adjacent vertex weights from igraph object

Usage

adjacent_vertex_weights(edge_verts, edge_weights)

Arguments

edge_verts

edge vertices of igraph graph object

edge_weights

edge weights of igraph graph object

Value

list of adjacent vertices

Examples

Run this code
# NOT RUN {
edges <- igraph::as_edgelist(conosGraph)
edge.weights <- igraph::edge.attributes(conosGraph)$weight
adjacent_vertex_weights(edges, edge.weights)
# }

Run the code above in your browser using DataLab