plot8gene: plots ancestry [descendants] of node(s) of a bn/gn

Description Usage Arguments Details Value Examples

Description

(bn) provides a multi-plot (one plot for each node) showing all ascendants [or descendants] of a bn or a gn

Usage

1
plot8gene(bgn, nodes=NULL, what=-1, nbrow=2, nbcol=2)

Arguments

bgn

the rbsb object: either a bn or a gn

nodes

vector of ion indicating which nodes to represent, NULL implies all nodes

what

-1 for ancestors and everythingelse for descendants

nbrow

number of plot rows in a plot

nbcol

number of plot columns in a plot

Details

if bn@bef [bn@aft] is empty then 'lignee.bn' is called. It is supposed that they are uptodate. Also if it is of use afterwards, better to fill it before...
No check about bgn

Value

nothing, a plot is produced

Examples

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

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