plot_path: Plot path from an upstream vertex to a downstream vertex.

Description Usage Arguments Examples

Description

Plot path from an upstream vertex to a downstream vertex.

Usage

1
plot_path(g, src, trg, main = NULL)

Arguments

g

igraph object

src

an upstream vertex in g

trg

a downstream vertex in g

main

character, the desired title of the graph. Default is NULL

Examples

1
2
3
set.seed(20)
g <- layer_DAGs(6, 3)
plot_path(g, 4, 11)

robertness/lucy documentation built on May 27, 2019, 10:32 a.m.