listDepth {plotrix} | R Documentation |
Descend a list and find the maximum number of levels.
listDepth(x)
x |
A list. |
A possibly nested list of lists is descended to determine the maximum number of levels. Currently used to set up the dimensions of a dendrite plot.
The maximum number of levels in the list.
Jim Lemon