bGraph {classGraph} | R Documentation |
..
bGraph(n, root = "Mom", leaves = paste(l.prefix, seq(length = n), sep = ""), l.prefix = "D", weights = NULL, mode = c("undirected", "directed"))
n |
....... |
root |
the node on which to root the tree. |
leaves |
the nodes to be used as leaves. |
l.prefix |
a string specifying ..... |
weights |
....... |
mode |
string indicating which mode is to be used. |
a graph object of class graphNEL
.
Martin Maechler, Aug.2005
class graphNEL
;
ftM2graphNEL
.
##---- Should be DIRECTLY executable !! ---- ##-- ==> Define data, use random, ##-- or do help(data=index) for the standard data sets.