Nnode {treeio}R Documentation

Nnode

Description

number of nodes

Usage

Nnode(tree, internal.only = TRUE)

Arguments

tree

tree object

internal.only

whether only count internal nodes

Value

number of nodes

Author(s)

guangchuang yu

Examples

Nnode(rtree(30))

[Package treeio version 1.2.2 Index]