print.summary.phylter {phylter} | R Documentation |
print summary of phylter objects
Description
Prints on screen the summary of an object of class summmary.phylter
as returned by the summary.phylter()
function.
Usage
## S3 method for class 'summary.phylter'
print(x, ...)
Arguments
x |
Object returned by function 'summary.phylter()'. |
... |
Additional arguments. |
Value
NA
Examples
data(carnivora)
res <- phylter(carnivora, parallel = FALSE)
summary <- summary(res)
print(summary)
[Package phylter version 0.9.11 Index]