print.phylterfinal {phylter} | R Documentation |
print objects of class phylterfinal
Description
Print on screen a simple description of the content of objects of class phylterfinal
.
Usage
## S3 method for class 'phylterfinal'
print(x, ...)
Arguments
x |
Object returned by function 'phylter()'. |
... |
Additional arguments. |
Value
NA
Examples
data(carnivora)
res <- phylter(carnivora, parallel = FALSE)
print(res$Final)
[Package phylter version 0.9.11 Index]