Skip to content

Get the name of the vertex in the igraph::transitivity(graph, type = "local") function in R #943

@silasalvescosta

Description

@silasalvescosta

When I use the degree(graph) function from the igraph package in R, the output comes up with the name of the vertex and its respective value, however, when I run the transitivity(graph, type = "local") function from the same package, the output is a list without names, I can't tell which node each value corresponds to.

I suggest that the output of the transitivity(graph, type = "local") function to be accompanied by the name of the vertices.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions