print.taxaExp: Consice display of a taxaExp object

Usage Arguments Value Examples

View source: R/print.R

Usage

1
2
## S3 method for class 'taxaExp'
print(objects, details = FALSE, ...)

Arguments

objects

an object of class taxaExp.

details

a logical specifying whether to print taxa and subtaxa names.

...

further arguments passed to or from other methods.

Value

NULL.

Examples

1
2
data(tetraexp)
print(tetraexp.objects, details = TRUE)

hr1912/phyExp documentation built on July 13, 2019, 5:18 p.m.