powered by
Provides access to the edges element of a sem_graph object. This can be used to return or assign to the edges element.
edges
sem_graph
edges(x)edges(x) <- value
edges(x) <- value
Object of class sem_graph.
A valid value for edges(x).
edges(x)
data.frame
# NOT RUN { edg <- data.frame(from = "x", to = "y") p <- prepare_graph(edges = edg, layout = get_layout("x", "y", rows = 1)) edges(p) # }
Run the code above in your browser using DataLab