powered by
The function is.tree returns TRUE if x is a tree, FALSE otherwise.
is.tree
TRUE
x
FALSE
is.tree(x)is.rtree(x)
is.rtree(x)
An object to be tested.
A logical.
# NOT RUN { ## FALSE is.tree(empty_tree()) # }
Run the code above in your browser using DataLab