comparison scripts/sparse/treeplot.m @ 12575:d0b799dafede

Grammarcheck files for 3.4.1 release.
author Rik <octave@nomad.inbox5.com>
date Mon, 04 Apr 2011 15:33:46 -0700
parents bac54daffde2
children 72c96de7a403
comparison
equal deleted inserted replaced
12574:89604fa96d2f 12575:d0b799dafede
17 ## <http://www.gnu.org/licenses/>. 17 ## <http://www.gnu.org/licenses/>.
18 18
19 ## -*- texinfo -*- 19 ## -*- texinfo -*-
20 ## @deftypefn {Function File} {} treeplot (@var{tree}) 20 ## @deftypefn {Function File} {} treeplot (@var{tree})
21 ## @deftypefnx {Function File} {} treeplot (@var{tree}, @var{node_style}, @var{edge_style}) 21 ## @deftypefnx {Function File} {} treeplot (@var{tree}, @var{node_style}, @var{edge_style})
22 ## Produces a graph of tree or forest. The first argument is vector of 22 ## Produce a graph of tree or forest. The first argument is vector of
23 ## predecessors, optional parameters @var{node_style} and @var{edge_style} 23 ## predecessors, optional parameters @var{node_style} and @var{edge_style}
24 ## define the output style. The complexity of the algorithm is O(n) in 24 ## define the output style. The complexity of the algorithm is O(n) in
25 ## terms of is time and memory requirements. 25 ## terms of is time and memory requirements.
26 ## @seealso{etreeplot, gplot} 26 ## @seealso{etreeplot, gplot}
27 ## @end deftypefn 27 ## @end deftypefn