Learn R Programming

phylter (version 0.9.12)

print.phylter: Print phylter objects

Description

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

Usage

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

Value

Print formatting

Arguments

x

Object returned by function 'phylter()'.

...

Additional arguments.

Examples

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

Run the code above in your browser using DataLab