print: Consice display of 'taxaExp' or 'taxonExp' object

Description Usage Arguments Value Examples

Description

Consice display of taxaExp or taxonExp object

Usage

1
2
3
4
5
6
7
print(objects, ...)

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

## S3 method for class 'taxonExp'
print(objects, printlen = 6, ...)

Arguments

objects

an object of class taxaExp or class taxonExp.

...

further arguments passed to or from other methods.

details

a logical specifying whether to print taxa and subtaxa names.

printlen

the number of biological replicates title to print (6 by default).

Value

returns a consice display of taxaExp or taxonExp object

Examples

1
2
3
data(tetraExp)
print(tetraExp, details = TRUE)
print(tetraExp[[1]], printlen = 6)

jingwyang/TreeExp documentation built on June 11, 2019, 6:17 p.m.