Home > freetb4matlab > sparse > treeplot.m

treeplot

PURPOSE ^

% Produces a graph of tree or forest. The first argument is vector of

SYNOPSIS ^

function treeplot (tree, node_s, edge_s)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} treeplot (@var{tree})
% @deftypefnx {Function File} {} treeplot (@var{tree}, @var{line_style}, @var{edge_style})
% Produces a graph of tree or forest.  The first argument is vector of
% predecessors, optional parameters @var{line_style} and @var{edge_style}
% define the output style.  The complexity of the algorithm is O(n) in
% terms of is time and memory requirements.
% @seealso{etreeplot, gplot}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003