print.phylter {phylter}R Documentation

Print phylter objects

Description

Print on screen a simple description of the content of phylter objects

Usage

## S3 method for class 'phylter'
print(x, ...)

Arguments

x

Object returned by function 'phylter()'.

...

Additional arguments.

Value

Print formatting

Examples

data(carnivora)
res <- phylter(carnivora, parallel = FALSE)
print(res)

[Package phylter version 0.9.11 Index]