## S3 method for class 'phylo4d':
tdata(x, type=c("all", "tip", "internal"),
label.type=c("row.names", "column"), empty.columns=TRUE)
## S3 method for class 'phylo4d,ANY':
tdata(x, type=c("all", "tip", "internal"),
merge.data=TRUE, clear.all=FALSE, ...) <- value
## S3 method for class 'phylo4d':
tipData(x, \dots)
## S3 method for class 'phylo4d,ANY':
tipData(x, \dots) <- value
## S3 method for class 'phylo4d':
nodeData(x, \dots)
## S3 method for class 'phylo4d,ANY':
nodeData(x, \dots) <- value
phylo4d
objectall
tip
internal
row.names
column
NA
be
returned?formatData
(e.g.
match.data
), see formtype
tdata
returns a data framephylo4d
data(geospiza)
tdata(geospiza)
tipData(geospiza) <- 1:nTips(geospiza)
tdata(geospiza)
data(geospiza)
Run the code above in your browser using DataLab