head.treedata.table: Return the first part of an treedata.table object

View source: R/tdt_methods.R

head.treedata.tableR Documentation

Return the first part of an treedata.table object

Description

Return the first part of an treedata.table object

Usage

## S3 method for class 'treedata.table'
head(x, ...)

Arguments

x

a treedata.table object

...

Additional arguments passed to head.data.table

Value

First part of an treedata.table object

Examples

data(anolis)
td <- as.treedata.table(anolis$phy, anolis$dat)
head(td)

treedata.table documentation built on Nov. 6, 2025, 1:14 a.m.