Description Usage Arguments Details Value Examples
(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.
1 |
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 |
The sub-plots are sorted according to their lengths which are given
in the title as well as their number.
No check about bgn
nothing
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);
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.