Description Usage Arguments Details Value Author(s) Examples
Test if a graph is a tree or a forest.
1 2 |
g |
a graph. |
strict |
logical. |
test whether an undirected graph g
is a tree (connected, acyclic) or
a forest (disjoing union of trees). The flag strict
enforces the
strict rule that a forest must contain more than a single tree. The default
is to allow for single-tree forests, which is the convention.
a logical.
David J. Marchette dmarchette@gmail.com
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.