Learn R Programming

phylter (version 0.9.12)

print.phylterfinal: print objects of class phylterfinal

Description

Print on screen a simple description of the content of objects of class phylterfinal.

Usage

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

Value

NA

Arguments

x

Object returned by function 'phylter()'.

...

Additional arguments.

Examples

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

Run the code above in your browser using DataLab