plot8path: plots separately all paths between two nodes

Description Usage Arguments Details Value Examples

Description

(bn) provides a multi-plot (one plot for each path) of all paths joining the node d to the node a. If there is no path one graph is performed with no arcs.

Usage

1
plot8path(bgn, d, a, nbrow=2, nbcol=2, quels=NULL)

Arguments

bgn

the rbsb object, either a bn or a gn

d

departure node

a

arrival node

nbrow

number of plot rows in a plot

nbcol

number of plot columns in a plot

quels

which plots to do? NULL means all. If not the number of the plot to draw, numbering being given after sorting and provided in the title

Details

The sub-plots are sorted according to their lengths which are given in the title as well as their number.
No check about bgn

Value

nothing

Examples

1
2
3
 rebastaba3k("RESET"); # (only for R checking)
 ## Not run: plot8path(g4n.gn7, "A", "F", nbrow=1, nbcol=1);
 ## Not run: plot8path(g4n.gn7, "A", "B", nbrow=1, nbcol=1);

rebastaba documentation built on May 2, 2019, 5:24 p.m.