View source: R/summary.phylter.R
print.phylterfinal | R Documentation |
Print on screen a simple description of the content of objects of class phylterfinal
.
## S3 method for class 'phylterfinal'
print(x, ...)
x |
Object returned by function 'phylter()'. |
... |
Additional arguments. |
NA
data(carnivora)
res <- phylter(carnivora, parallel = FALSE)
print(res$Final)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.