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