File: listDepth.Rd

package info (click to toggle)
r-cran-plotrix 3.2-6-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,136 kB
  • sloc: makefile: 3
file content (16 lines) | stat: -rwxr-xr-x 477 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\name{listDepth}
\alias{listDepth}
\title{Find the maximum depth of a list}
\description{Descend a list and find the maximum number of levels.}
\usage{ listDepth(x) }
\arguments{
 \item{x}{A list.}
}
\details{
 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.
}
\value{The maximum number of levels in the list.}
\keyword{misc}
\author{Jim Lemon}
\seealso{\link{plot.dendrite}}