node_plot: Plot a Tree and Show the Type Attribute
Description
A wrapper of the function plot.Node of the packages data.tree.
If a non-leaf node has a type attribute, then the attribute will be shown.
And if a type attribute is CES, it will be shown as SCES.
Usage
node_plot(node, ...)
Arguments
node
a tree (i.e. a Node object).
...
arguments to be to be passed to the function plot.Node.