Skip to content

Use of deprecated/undocumented igraph functions #16

@szhorvat

Description

@szhorvat

There are a few uses of undocumented/deprecated igraph functions in this package. These may be removed in the future.

graph.adjacency() is replaced by graph_from_adjacency_matrix()

importFrom(igraph,graph.adjacency)

#' @importFrom igraph graph.adjacency

clusters is replaced by components and graph is replaced by make_graph

cl = igraph::clusters(igraph::graph(ed), 'weak')$membership

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