Usage
## S3 method for class 'phylo4':
nNodes(x)
## S3 method for class 'phylo4':
nTips(x)
## S3 method for class 'phylo4':
depthTips(x)
## S3 method for class 'phylo4':
edges(x, drop.root=FALSE, \dots)
## S3 method for class 'phylo4':
nEdges(x)
## S3 method for class 'phylo4':
edgeOrder(x, \dots)
## S3 method for class 'phylo4':
hasEdgeLength(x)
## S3 method for class 'phylo4':
edgeLength(x, node)
## S3 method for class 'phylo4':
edgeLength(x, use.names=TRUE) <- value
## S3 method for class 'phylo4':
nodeType(x)
## S3 method for class 'phylo4':
nodeDepth(x, node)
## S3 method for class 'phylo4':
isRooted(x)
## S3 method for class 'phylo4':
rootEdge(x)
## S3 method for class 'phylo4':
rootNode(x)
## S3 method for class 'phylo4':
rootNode(x) <- value
## S3 method for class 'phylo4':
isUltrametric(x, tol=.Machine$double.eps^0.5)