Skip to content

Does sigmaNet work with directed graphs? #25

@ruthie21

Description

@ruthie21

Actual Behavior

I have a directed igraph which I'd like to plot with sigmaFromIgraph.
However, it seems that addEdgeArrows() has been taken out of the package. How would I add arrows to a directed graph?

Expected/Desired Behavior

How to Reproduce

nodes <- read.csv()
edges <- read.csv()
graph1 <- graph_from_data_frame(d=edges, vertices = nodes, directed = TRUE)
sig <- sigmaFromIgraph(graph1)
sig

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions